John Oxley wrote:
I have installed anjuta 1.2.2 from ports and am getting some odd errors:
It complains that libtool is not installed but I have installed as dependencies both libtool13 and libtool15. When I symlink /usr/local/bin/libtool15 to libtool and do the same for libtoolize, the autogen.sh script works but configure is failing with:
loading cache /dev/null within ltconfig ltconfig: you must specify a host type if you use `--no-verify' Try `ltconfig --help' for more information. configure: error: libtool configure failed
Can anyone help me
TIA,
-Ox
Greetings!
Supply the following argument to the configure script (this can be done via the menu, I forget the exact one):
--target=<your system type>
<your system type> is output by the configure script, so just check the logs and copy-paste. Why this mechanism fails to supply this information to ltconfig automatically is beyond me.
Hope this helps! -Henrik W Lund _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"