-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
libtool: unrecognized option `-static' #28442
Comments
What were you trying to do that caused the issue? |
Installing a node.js module by running |
Our libtool formula is marked as keg-only, so it shouldn't be linked. |
It's only keg only for Xcode <= 4.3. |
Though our libtool does not shadow the system libtool (which is a different tool), because it is installed as |
What does |
Ping. |
My version of
I suspect the way GNU libtool is built is slightly different from the version shipped with OS X / XCode. |
@hanxue Please post your |
This looks like a symlink that you or some other tool made; our symlinks are (a) relative and (b) point into the keg, not at files in the top-level directory. Put another way, if our libtool was actually installing itself as
I bet if you look at |
@hanxue any luck? |
Ping. |
Presuming fixed. |
The
libtool
that is built with homebrew will often cause this error message:libtool: unrecognized option
-static'See #13917 and these two articles for example.
Is there a better solution to unlinking libtool?
The text was updated successfully, but these errors were encountered: