Re: Just starting and having a problem.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Just starting and having a problem.
- From: Renato Cerqueira <rcerq@...>
- Date: 2002年8月20日 14:25:11 -0300
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