darkassassin
10-11-2005, 02:41 PM
attempting a build of 5.2.0.0. for redhat 9
previous versions of seq ran fine for this os
ran configure
was notifed that qt-3.1.1 won't work and qt-3.2.0 or greater is required
i tried qt-x11-free-3.3.5. and qt-x11-opensource-src-4.0.1 (not entirely positive this is the right package as the only advice listed in the seq install docs are to visit www.trolltech.com (http://www.trolltech.com))
was able to build and install with no problems.
configure for seq succeeded, but despite a successful pass, it saw the new qt install for all of its components except for the lib directory. for lib it still defaulted to the older qt lib directory despite my having tried the following:
set the QTDIR env variable to the newer qt version path,
set the LD_LIBRARY_PATH env variable to the newer qt version path,
manually edited the Makefile to point the QT_LDFLAGS and qt_libraries script variables to the newer version path
the resulting problem still remains that unresolved dependances are being produced in the build. i.e. the new headers are being used, but despite my apparently futile efforts, the build is still trying to link to the old qt lib dirs. why?
If I am not trying to build seq with a correct qt package, would somebody kindly paste a link for a version of qt that will work with this for redhat 9?
or perhaps any advice on this would be helpful.
thanks :D
previous versions of seq ran fine for this os
ran configure
was notifed that qt-3.1.1 won't work and qt-3.2.0 or greater is required
i tried qt-x11-free-3.3.5. and qt-x11-opensource-src-4.0.1 (not entirely positive this is the right package as the only advice listed in the seq install docs are to visit www.trolltech.com (http://www.trolltech.com))
was able to build and install with no problems.
configure for seq succeeded, but despite a successful pass, it saw the new qt install for all of its components except for the lib directory. for lib it still defaulted to the older qt lib directory despite my having tried the following:
set the QTDIR env variable to the newer qt version path,
set the LD_LIBRARY_PATH env variable to the newer qt version path,
manually edited the Makefile to point the QT_LDFLAGS and qt_libraries script variables to the newer version path
the resulting problem still remains that unresolved dependances are being produced in the build. i.e. the new headers are being used, but despite my apparently futile efforts, the build is still trying to link to the old qt lib dirs. why?
If I am not trying to build seq with a correct qt package, would somebody kindly paste a link for a version of qt that will work with this for redhat 9?
or perhaps any advice on this would be helpful.
thanks :D