<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/1.1.8">
</HEAD>
<BODY>
<FONT SIZE="3">I just started Kdevelop 2.1.3 (KDE 3.1) for the first time and made a new project using the "KDE Normal" template. Didn't make any other changes, just told it to Execute. The make failed because of the linker that can't find art_lgpl_2 although it is in fact installed on my system. The only thing I can see is that the library is istalled in /usr/lib while that folder doesn't seem to appear in the list of folders the linker uses.<BR>
<BR>
Any ideas how to fix this?<BR>
<BR>
Thanks,<BR>
-Tako<BR>
<BR>
Make output:<BR>
<BR>
cd . \ <BR>
&& CONFIG_FILES= CONFIG_HEADERS=config.h \ <BR>
/bin/sh ./config.status <BR>
config.status: creating config.h <BR>
config.status: config.h is unchanged <BR>
config.status: executing default-1 commands <BR>
gmake all-recursive <BR>
gmake[1]: Entering directory `/home/tako/projects/kde/test' <BR>
cd . && \ <BR>
/bin/sh /home/tako/projects/kde/test/admin/missing --run automake --foreign Makefile <BR>
cd . && perl admin/am_edit Makefile.in <BR>
cd . && \ <BR>
CONFIG_HEADERS= CONFIG_LINKS= \ <BR>
CONFIG_FILES=Makefile /bin/sh ./config.status <BR>
fast creating Makefile <BR>
config.status: executing default-1 commands <BR>
gmake[1]: Leaving directory `/home/tako/projects/kde/test' <BR>
gmake[1]: Entering directory `/home/tako/projects/kde/test' <BR>
Making all in test <BR>
gmake[2]: Entering directory `/home/tako/projects/kde/test/test' <BR>
cd .. && \ <BR>
/bin/sh /home/tako/projects/kde/test/admin/missing --run automake --gnu test/Makefile <BR>
cd .. && perl admin/am_edit test/Makefile.in <BR>
cd .. && \ <BR>
CONFIG_HEADERS= CONFIG_LINKS= \ <BR>
CONFIG_FILES=test/Makefile /bin/sh ./config.status <BR>
fast creating test/Makefile <BR>
config.status: executing default-1 commands <BR>
gmake[2]: Leaving directory `/home/tako/projects/kde/test/test' <BR>
gmake[2]: Entering directory `/home/tako/projects/kde/test/test' <BR>
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -O0 -g3 -Wall -fno-exceptions -fno-check-new -o test -L/usr/X11R6/lib -L/usr/lib/qt-3.1/lib -L/usr/local/kde/lib -R /usr/local/kde/lib -R /usr/lib/qt-3.1/lib -R /usr/X11R6/lib testview.o testdoc.o test.o main.o test.moc.o testview.moc.o testdoc.moc.o -lkio -lkdeui -lkdecore -lqt-mt -lpng -lz -lm -lXext -lX11 -lresolv -lSM -lICE -lpthread -lresolv <BR>
/usr/bin/ld: cannot find -lart_lgpl_2 <BR>
collect2: ld returned 1 exit status <BR>
gmake[2]: *** [test] Error 1 <BR>
gmake[2]: Leaving directory `/home/tako/projects/kde/test/test' <BR>
gmake[1]: *** [all-recursive] Error 1 <BR>
gmake[1]: Leaving directory `/home/tako/projects/kde/test' <BR>
gmake: *** [all] Error 2 <BR>
*** failed *** <BR>
<BR>
Locating the library:<BR>
<BR>
tako@libertad% locate art_lgpl_2<BR>
/usr/lib/libart_lgpl_2.so.2<BR>
/usr/lib/libart_lgpl_2.so.2.3.11</FONT><BR>
<BR>
</BODY>
</HTML>