ligzy / tstools

Automatically exported from code.google.com/p/tstools
0 stars 0 forks source link

OS X shared lib make fails #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
shared lib is part of default make list.
run make on OS X 10.8.5
What happens:
 libtool -dynamic ...
with long string of missing symbol errors.
Expected: success

Fix: add libc dependency to link (-lc), non Darwin already does; patch attached.

Original issue reported on code.google.com by cbret...@gmail.com on 21 Mar 2014 at 12:50

Attachments: