Re: [Pcbsd-developer] PCBSD-Developer Digest, Vol 2, Issue 6
Status: Beta
Brought to you by:
kmoore134
From: Julian Z. <ju...@ze...> - 2006-07-24 17:13:36
|
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 |