سؤال

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