What's wrong with compiling SQLite library by yourself with all parameters you need? Why do you need cross-compiler for that? What's wrong with compiler on your linux box?
Pavel On Fri, Mar 18, 2011 at 10:54 AM, Udon Shaun <[email protected]> wrote: > Hi Peeps. > I've noticed that the SQLite site no longer posts the linux x32 so library > (only > the windows ones) which is a bit of a pain because I compile only in windows. > > Does anyone have a linux x32 build (sqlite 3.7.5) with the following compiler > options? Or can create one for me? > > SQLITE_ENABLE_COLUMN_METADATA > SQLITE_ENABLE_FTS3_PARENTHESIS > SQLITE_ENABLE_RTREE > SQLITE_ENABLE_STAT2 > SQLITE_ENABLE_UPDATE_DELETE_LIMIT > SQLITE_DEFAULT_PAGE_SIZE 4096 > SQLITE_DEFAULT_FOREIGN_KEYS 1 > > I'd also appreciate a link to a decent windows->linux cross compiler "How To" > (I'm using MingW under Codeblocks). Haven't found one yet and been searching > for > ages. They all seem to be either for linux->windows or for cygwin. > > Thanks in advance. > > > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

