[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Just starting and having a problem.
- From: ben <zander@...>
- Date: Tue, 20 Aug 2002 14:26:12 -0300
Renato Cerqueira wrote:
> 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
Thansk that worked..
Ben