lua-users home
lua-l archive

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


Can anyone recommend a simple lua xml encoder that run on Ubuntu? I tried installing luaxml but get:

# make
gcc -o LuaXML_lib.so -fPIC -shared LuaXML_lib.o -L. -L../lua/src  -llua -ldl
/usr/bin/ld: cannot find -llua
collect2: ld returned 1 exit status
make: *** [LuaXML_lib.so] Error 1

Thanks,
Chris