|
|
||
|
MYLDFLAGS= -Wl,-E
So, just comment the line above. We left this as the default so that compilation under Linux would work cleanly.
Aha, I see.
EXTRA_LIBS= -lm
And after 'make install':
sudo ranlib /usr/local/lib/*.a
Works with my tiny little test app. :)
Steven http://stevenf.com/