Question

I can't find libtool command.I tried to run $man libtool,Terminal returned "No manual entry for libtool" So I tried to download libtool from GNU site and install it... Still I can't find the libtool command. Any help would be appreciated.

Was it helpful?

Solution

If you actually successfully compiled libtool, did you do the following:

./configure --prefix=/usr
make
make install

I otherwise can highly recommend using homebrew to install any standard library that did not come with Mac OS X: http://brew.sh

After setting it up, you could install libtool by typing:

brew install libtool

OTHER TIPS

maybe this work I find my libtool within the following path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top