문제

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.

도움이 되었습니까?

해결책

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top