lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


 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.

For a successful Mac OS X compile, you also have to remove -ldl from this line in config:

EXTRA_LIBS= -lm

And after 'make install':

sudo ranlib /usr/local/lib/*.a

Works with my tiny little test app.  :)

Steven
http://stevenf.com/