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
Original issue reported on code.google.com by
cbret...@gmail.com
on 21 Mar 2014 at 12:50Attachments: