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-24 17:35:43
|
Bingo! Thats what I had to do here as well, I just copied libtool to the local programs compile directory, and it worked fine :) -- Kris Moore PC-BSD Software -------------------------------------------------------- ____ ____ ____ ____ ____ /\ _`\ /\ _`\ /\ _`\ /\ _`\ /\ _`\ \ \ \L\ \ \ \/\_\ \ \ \L\ \\ \,\L\_\ \ \/\ \ \ \ ,__/\ \ \/_/_ _______\ \ _ <'\/_\__ \\ \ \ \ \ \ \ \/ \ \ \L\ \/\______\\ \ \L\ \ /\ \L\ \ \ \_\ \ \ \_\ \ \____/\/______/ \ \____/ \ `\____\ \____/ \/_/ \/___/ \/___/ \/_____/\/___/ http://www.pcbsd.com 1-877-PCBSD01 -------------------------------------------------------- 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 > > ------------------------------------------------------------------------- > 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 > > |