|
On Tuesday, August 20, 2002, at 02:16 PM, ben wrote:
Hello Steve Thanks for the answer.. I added this and now I can't get it to compile.. gcc test.c -I/usr/local/include -L/usr/local/lib -llua -o test
try this: gcc test.c -I/usr/local/include -L/usr/local/lib -llualib -llua -o test --Renato