Re: [Pcbsd-developer] PCBSD-Developer Digest, Vol 2, Issue 6
Status: Beta
Brought to you by:
kmoore134
From: Kris M. - PC-B. S. <kr...@pc...> - 2006-07-25 17:06:42
|
Humm, well I got it working here. I just extracted files, ran "./configure" then copied /usr/local/bin/libtool to "." and then ran make. It created just fine, and when I ran make install, it installed into /usr/local/kde/, which I moved the files into /usr/local instead. It then ran just fine, and works "kinda". It needs some porting work to have it run properly under BSD, since its looking for the wrong devices and such. But it looks very nice and clean :) -- Kris Moore PC-BSD Software -------------------------------------------------------- ____ ____ ____ ____ ____ /\ _`\ /\ _`\ /\ _`\ /\ _`\ /\ _`\ \ \ \L\ \ \ \/\_\ \ \ \L\ \\ \,\L\_\ \ \/\ \ \ \ ,__/\ \ \/_/_ _______\ \ _ <'\/_\__ \\ \ \ \ \ \ \ \/ \ \ \L\ \/\______\\ \ \L\ \ /\ \L\ \ \ \_\ \ \ \_\ \ \____/\/______/ \ \____/ \ `\____\ \____/ \/_/ \/___/ \/___/ \/_____/\/___/ http://www.pcbsd.com 1-877-PCBSD01 -------------------------------------------------------- Andrei Kolu wrote: > 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 > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > PCBSD-Developer mailing list > PCB...@li... > https://lists.sourceforge.net/lists/listinfo/pcbsd-developer > > |