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
 
 

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Friday, July 20, 2007 1:02 PM
> To: sqlite-users@sqlite.org
> Subject: [sqlite] SQLite Version 3.4.1 ***SPAM***
> 
> SQLite Version 3.4.1 is now available on the website.
> 
> Version 3.4.1 fixes a problem in the VACUUM command that 
> could potentially lead to database corruption.  Upgrading is 
> recommended for all users.
> 
> This release also includes several other small enhancements 
> and bug fixes.  For details see
> 
>   http://www.sqlite.org/changes.html
> 
> Please report any problems you find to this mailing list.
> Tnx.
> 
> --
> D. Richard Hipp <[EMAIL PROTECTED]>
> 
> 
> --------------------------------------------------------------
> ---------------
> To unsubscribe, send email to [EMAIL PROTECTED]
> --------------------------------------------------------------
> ---------------
> 
> 

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

Reply via email to