lua-users home
lua-l archive

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


> gcc -lm -llua test.o -o hello.out

Try 	gcc test.o -lm -llua -o hello.out