You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, May 5th 2004, 3:12pm

Compile errors on SUSE 9.1 x86_64

Any time I am trying to compile a program that relies on KDE/QT on my new SUSE 9.1 x86_64 system I get one easy error and then I get a though one. The Easy one being:

[code:1]checking for Qt... configure: error: Qt (>= Qt 3.2) (library qt-mt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!
[/code:1]

Which I fix by doing

[code:1]export QTDIR=/usr/lib/qt3/lib64[/code:1]

Is there anyway to have this assumed, so I don't have to keep re-typing it?

The tougher problem is how to fix what happens during the make portion:

[code:1]grep: /usr/lib/libart_lgpl_2.la: No such file or directory
/usr/bin/sed: can't read /usr/lib/libart_lgpl_2.la: No such file or directory
libtool: link: `/usr/lib/libart_lgpl_2.la' is not a valid libtool archive
[/code:1]

Since I am running a 64 bit system I would assume it should be looking for libs in /usr/lib64.... not /usr/lib... but where can I correct this?

My ld.so.conf looks like so:

[code:1]/usr/X11R6/lib64/Xaw95
/usr/X11R6/lib64/Xaw3d
/usr/X11R6/lib64
/usr/X11R6/lib/Xaw95
/usr/X11R6/lib/Xaw3d
/usr/X11R6/lib
/usr/x86_64-suse-linux/lib64
/usr/x86_64-suse-linux/lib
/usr/local/lib
/usr/openwin/lib
/opt/kde/lib
/opt/kde2/lib
/opt/kde3/lib
/opt/gnome/lib
/opt/gnome2/lib
/lib64
/lib
/usr/lib64
/usr/lib
/usr/local/lib64
/usr/openwin/lib64
/opt/kde/lib64
/opt/kde2/lib64
/opt/kde3/lib64
/opt/gnome/lib64
/opt/gnome2/lib64[/code:1]

SUSE 9.1 is the best version of SUSE and one of the best distros I have every tried.... but not being able to compile things is starting to take it's toll on me... Any help would be greatly appreciated.