Re: [sqlite] Sqlite version for libc 2.1.3

2007-11-23 Thread Nuno Lucas
Look in LFS (Linux From Scratch) on how to create a cross-compiler that you can chroot into before the compile. It makes sure only the libraries you installed are the ones your binaries will link to. It should be an easy easy, but quite frankly haven't found it yet (and I am cross-compiling to

Re: [sqlite] Sqlite version for libc 2.1.3

2007-11-23 Thread Tara_Nair
Thanks for your response, Trevor. It is what I had initially thought too, that if I built it with an older set of libraries it will look for those versions at runtime too. But these libs versions seem to be inbuilt. I cannot seem to change the sqlite-v3.5.2 dependency on the specific versions of

Re: [sqlite] Sqlite version for libc 2.1.3

2007-11-22 Thread Trevor Talbot
On 11/22/07, Tara_Nair <[EMAIL PROTECTED]> wrote: > I just recently started to use Sqlite3 version 3.5.2 on an ARM-LINUX > based embedded platform. > Sqlite3-v3.5.2. has a dependency on libc, ld and libpthread versions 2.2.3. Er.. it should depend on whatever versions you link it against when

[sqlite] Sqlite version for libc 2.1.3

2007-11-22 Thread Tara_Nair
Hello all, I just recently started to use Sqlite3 version 3.5.2 on an ARM-LINUX based embedded platform. Sqlite3-v3.5.2. has a dependency on libc, ld and libpthread versions 2.2.3. My sorrow is that the rest of my application and the libraries on my ramdisk are of version 2.1.3. It doesn't seem