Hi

The sqlite3 binary in .libs is a dynamic executable. It looks like you have an other installation with version 3.3.8 installed. You may try the following:

- run the sqlite3 executable in bld directory (statically linked)
- set LD_LIBRARY_PATH to your .libs directory and run .libs/sqlite3

Cross-compiling for ARM worked for me. See
http://www.sqlite.org/cvstrac/wiki?p=HowToCompile
for hints about crosscompile with x86 for arm.

Regards
Marcel

On 24.07.2007, at 09:58, Steinmaurer Thomas wrote:

Hello,

as an pre-excercise for cross-compiling to ARM, I first get used to the
whole compile process by compiling SQLite for Linux x86.

Downloaded sqlite-3.4.1.tar.gz

Then I did the following:

tar xzf sqlite-3.4.1.tar.gz
cd sqlite-3.4.1
mkdir bld
cd bld
../configure
make
make install


This also creates a .libs directory in bld. When I run the sqlite3
application in the .libs directory, it shows the version 3.3.8 and not
3.4.1. Is this as intended or did I make anything wrong?


Thanks,
Thomas



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to