This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Compile error on MacOSX : missing library

Old posts that have not been replied to for several years.
Locked
E
Elephantman

Compile error on MacOSX : missing library

Post by Elephantman »

Code: Select all

ld -Bshareable -x -o ../../../assoc.so ../assoc.o -L/usr/lib -ltcl -lm -lpthread -ldl 
ld: unknown flag: -Bshareable
make[2]: *** [../../../assoc.so] Error 1
make[1]: *** [assoc.mod_so] Error 2
make: *** [modules] Error 2
Any solution ?
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

Try 1.6.16.
Locked