lua-users home
lua-l archive

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


Steve,
 
thanks and that got me pointed in the right direction!
 
I added
 

export LUA_CFLAGS="-I/home/qsys/lib/lua-5.1.4/include"

export LUA_LIBS="-L//home/qsys/lib/lua-5.1.4/lib -llua"

 

and I was able to get it installed and running!
 
 
 
 
 
----- Original Message -----
From: "steve donovan" <steve.j.donovan@gmail.com>
To: "Lua list" <lua@bazar2.conectiva.com.br>
Sent: Wednesday, July 15, 2009 9:34 AM
Subject: Re: Installing LUA directiory problems

> Hm, look in the configure script for that error message. They may be
> using pkg-config or some tool like that, which hasn't been told about
> your Lua.

> steve d.