On Thu, 18 May 2006 03:22:37 +0200, Matthieu Moy <[EMAIL PROTECTED]>
wrote:
csant wrote:
On Wed, 17 May 2006 20:06:00 +0200, Matthieu Moy <[EMAIL PROTECTED]>
wrote:
That should be fixed now, but testers (in particular, non-debian users)
on a system that once-upon-a-time was SUSE 9.3, mostly with packages
built on the system now.
To test:
[ install darcs ]
darcs get --partial http://iki.fi/tuomov/repos/ion-3/
cd ion-3
sh predist.sh -snapshot
autoreconf
./configure
configure: error: *** Can't find lua_call in lua.
*** Check for liblua installation or
--with-lua-libraries or --with-lua-suffix options
Where is liblua installed and how is it called?
I installed lua 5.1 from source with
$ make linux
# make install
after modifying the Makefile to install to /usr instead of /usr/local ,
and liblua is /usr/lib/liblua.a
/c