lua-users home
lua-l archive

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


> MACOSX_DEPLOYMENT_TARGET="10.3"
> export MACOSX_DEPLOYMENT_TARGET
> gcc -O2 -fno-common -c -o lfs.o lfs.c
> gcc -bundle -undefined dynamic_lookup -o lfs.so lfs.o
> 
> should actually work?

My libraries use this. See also "Building the library" in
	http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/install.html