lua-users home
lua-l archive

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


Hi,

I successfully cross-compile and make lua work for uclinux/blackfin target.

I also cross-compile lighttpd for that target.

When I cross-compile lighttpd with lua with the following ./configure
options :

./configure --host=bfin-linux-uclibc --disable-ipv6 --without-zlib
--without-bzip2 --with-lua --prefix=/tmp/bfin LUA_LIBS=/tmp/lua-5.1.3/src/
LUA_CFLAGS=-I/tmp/lua-5.1.3/src/

It's also compile, but when I download everything on the target and run
lighttpd, I've this message :

root:~> lighttpd -f /etc/lighttpd.conf -D
lighttpd: can't resolve symbol '_lua_pushlstring'

Any idea ?

Philippe