On Tue, 30 Nov 2010 11:25:30 +0100, Gilles <[email protected]> wrote: > I'm trying to compile LuaSQL to use SQLite on a device that uses a >Blackfin CPU and the compact uClinux distribution.
I'll add another question: I didn't set the following variables. Do I need them? PREFIX = /usr/local # System's libraries directory (where binary libraries are installed) LUA_LIBDIR= $(PREFIX)/lib/lua/5.1 # System's lua directory (where Lua libraries are installed) LUA_DIR= $(PREFIX)/share/lua/5.1 ######## SQLite3 #DRIVER_LIBS= -L/opt/local/lib -lsqlite3 #DRIVER_INCS= -I/opt/local/include DRIVER_INCS= -I/usr/src/sqlite-3.7.3 Thank you. _______________________________________________ Kepler-Project mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project http://www.keplerproject.org/
