Re: Installing LUA directiory problems
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Installing LUA directiory problems
- From: michel <compukat@...>
- Date: 2009年7月15日 10:07:42 -0400
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 -----
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.
- References:
- Installing LUA directiory problems, michel
- Re: Installing LUA directiory problems, Enrico Colombini
- Re: Installing LUA directiory problems, michel
- Re: Installing LUA directiory problems, michel
- Re: Installing LUA directiory problems, Rob Kendrick
- Re: Installing LUA directiory problems, michel
- Re: Installing LUA directiory problems, Phil Birkelbach
- Re: Installing LUA directiory problems, michel
- Re: Installing LUA directiory problems, michel
- Re: Installing LUA directiory problems, steve donovan