kynesim / tstools

Automatically exported from code.google.com/p/tstools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OS X shared lib make fails

GoogleCodeExporter opened this issue · comments

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: