You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've seen some other issues with static linking here but most workarounds are linux-only as far as I can tell, or at least my linker doesn't support the proposed arguments.
Dynamic linking works fine.
The text was updated successfully, but these errors were encountered:
Also I can't follow Daniel's solution as I do not have the dylib file of the library which seems to be required in order to see which other libraries the lib links to.
Using OSX 10.8.3 with GCC 4.7.
I created a simply library using GCC, static linking with a C program works.
I've seen some other issues with static linking here but most workarounds are linux-only as far as I can tell, or at least my linker doesn't support the proposed arguments.
Dynamic linking works fine.
The text was updated successfully, but these errors were encountered: