make of kdevelop project fails because of libart_lgpl_2.la
Hello, I've tried to make a kde project with kdevelop 3.0 on SuSE 9.1. I added the line "--with-qt-libraries=/usr/lib/qt3/lib64/" to the configure options and now I get a make file. But if I want to compile and link the program, then make gives me the following error: /bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -g3 -fno-inline -O0 -g3 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -L/usr/lib64/ -o kde232 -R /opt/kde3/lib -R /usr/lib/qt3/lib64/ -R /usr/X11R6/lib64 -L/usr/X11R6/lib64 -L/usr/lib/qt3/lib64/ -L/opt/kde3/lib main.o kde232.o -lkdeui *libtool: link: cannot find the library `/usr/lib/libart_lgpl_2.la' Actually the file libart_lgpl_2.la is installed in the path /usr/lib64/ I haven't managed to pass the correct pass to make. As you can see there is already the option "-L/usr/lib64/" on the command line of the libtool, but it doesn't work. On the other hand I can't believe that the tool wants to link a 64 bit program against a 32 bit library. Can anyone help me getting make to accept the correct path? Regards Detlef
Okay, I've found the correct answer here: http://lists.suse.com/archive/suse-amd64/2004-Sep/0015.html Never mind, seems like google has been a bit slow lately :-/ Regards Detlef
participants (1)
-
detlef.grittner@t-online.de