lua-users home
lua-l archive

Re: Storing Lua code in a C library

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


It was thus said that the Great Emeka once stated:
> Hello All,
> 
> Could someone help me make out why I can't compile the foo.c spitted out by
> Steven lua2c app?
> 
> rmicro@ubuntu:~/lua_world$ gcc -O2 -Wall -I/usr/include/lua5.1 -fPIC foo.c
 You might want to try the following command line:
% gcc -O2 -Wall -I/usr/include/lua5.1 -shared -fpic -o foo.so foo.c
If the compiler complains about -fpic, only then use -fPIC.
 -spc

AltStyle によって変換されたページ (->オリジナル) /