Re: [sqlite] SQLite Version 3.4.1

2007-07-27 Thread Marcel Strittmatter
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

RE: [sqlite] SQLite Version 3.4.1

2007-07-24 Thread Steinmaurer Thomas
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

RE: [sqlite] SQLite Version 3.4.1

2007-07-24 Thread Steinmaurer Thomas
Hi, ___ > > -Original Message- > > From: Steinmaurer Thomas [mailto:[EMAIL PROTECTED] > > Sent: Monday, July 23, 2007 1:12 AM > > To: sqlite-users@sqlite.org > > Subject: RE: [sqlite] SQLite Version 3

RE: [sqlite] SQLite Version 3.4.1

2007-07-23 Thread Steinmaurer Thomas
Hello, thanks for the cross-compiling hints! This is something I had been looking for. Thanks, Thomas > -Original Message- > From: Ben Combee [mailto:[EMAIL PROTECTED] > Sent: Monday, July 23, 2007 5:35 PM > To: sqlite-users@sqlite.org > Subject: Re: [sqlite] SQLit

RE: [sqlite] SQLite Version 3.4.1

2007-07-23 Thread Robert Simpson
> -Original Message- > From: Steinmaurer Thomas [mailto:[EMAIL PROTECTED] > Sent: Monday, July 23, 2007 1:12 AM > To: sqlite-users@sqlite.org > Subject: RE: [sqlite] SQLite Version 3.4.1 > > Hi! > > has anybody tried to compile SQLite for the ARM CPU a

Re: [sqlite] SQLite Version 3.4.1

2007-07-23 Thread Ben Combee
On 7/23/07, Steinmaurer Thomas <[EMAIL PROTECTED]> wrote: Hi! has anybody tried to compile SQLite for the ARM CPU architecture? Sure, I've been using it for several years on an XScale-based system. It works just fine, in my experience. We configure it for cross-compilation with the

RE: [sqlite] SQLite Version 3.4.1

2007-07-23 Thread Steinmaurer Thomas
Hi! has anybody tried to compile SQLite for the ARM CPU architecture? 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*** > >

Re: [sqlite] SQLite Version 3.4.1

2007-07-20 Thread Scott Hess
[Note that you may need to reload or shift-reload the page. I checked three times across the day for the new content, and was just about to send drh a notice that it wasn't there, when I tried a shift-reload!] On 7/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: SQLite Version 3.4.1 is