The more I work on this the closer I get.

After tweaking the makefile I also had to tweak socket.c to include <sys/time.h> as I was missing a definition of timeval.

Added

Now the compile flows as follows:
ld: flag: -undefined dynamic_lookup can't be used with MACOSX_DEPLOYMENT_TARGET environment variable set to: 10.1
make: *** [bin/std.ndll] Error 1

Where on earth is MACOSX_DEPLOYMENT_TARGET defined and what it is doing at 10.1 when I'm using 10.2?

I don't know what -undefined dynamic_lookup is supposed to do, since the OSX Makefile config was contributed by Lauri Hyvärinen. Maybe try without it ?

Nicolas

---
Neko : One VM to run them all

Reply via email to