[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: problem with compling c code with luaL functions
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 11 Mar 2009 08:12:43 -0300
> gcc -lm -llua test.o -o hello.out
Try gcc test.o -lm -llua -o hello.out