lua-users home
lua-l archive

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


> Alas, lots of errors. Why?
> env  gcc -shared -fPIC lpvm.o lpcap.o lptree.o lpcode.o lpprint.o -o lpeg.so

For Mac OS X you need to edit makefile and uncomment the line below:

# DLLFLAGS = -bundle -undefined dynamic_lookup

No need to uncomment the ENV line just above it.