Re: [Pcbsd-developer] PCBSD-Developer Digest, Vol 2, Issue 6
Status: Beta
Brought to you by:
kmoore134
From: Andrei K. <an...@bs...> - 2006-07-24 19:50:27
|
On Monday 24 July 2006 9:00 pm, Andrei Kolu wrote: > On Monday 24 July 2006 8:14 pm, Julian Zeiler wrote: > > Kris Moore - PC-BSD Software schrieb: > > > Actually I know what that problem is, its an issue with libtool under > > > FreeBSD, KBFX had the same issue :) I can try compiling it here to see > > > how it works! > > > > I also had this issue once. It helped to replace the libtool in the > > extracted tar directory with the one from ports: > > install libtool from ports, then: > > # find . -name libtool > > cd to that directory, then: > > # cp /usr/local/bin/libtool . > > > > I hope this helps. > > > > Julian Zeiler > > rWidget.moc.o AdvancedWidget.moc.o ServerLayoutWidget.moc.o -lkdeui > libtool: link: cannot find the library `' > *** Error code 1 > > Stop in /root/kxgenerator-0.3/src. > *** Error code 1 > > Stop in /root/kxgenerator-0.3. > *** Error code 1 > > Stop in /root/kxgenerator-0.3. > ---------------------------------------- > Same problem.... > I changed line in libtool to: $echo "$modename: cannot find the library \`$lib' (lib${name}.la: $deplib)" 1>&2 libtool: link: cannot find the library `' (libkdefx.la: -pthread) *** Error code 1 Trying to find libkdefx.la |