Re: [sqlite] trying to build from sqlite-3.6.7 on ubuntu 11.04, missing sqlite3.c

2011-07-27 Thread Robert P. J. Day
On Tue, 26 Jul 2011, Pavel Ivanov wrote: > >  as part of an embedded system build, i'm building a number of > > tools for the *host* system, including sqlite-3.6.7 from the > > tarball (along with a few patches which i will be examining > > shortly). > > Apparently you are building from canonical

[sqlite] trying to build from sqlite-3.6.7 on ubuntu 11.04, missing sqlite3.c

2011-07-26 Thread Robert P. J. Day
27;m open to suggestions as to what make rule or shell script might be the culprit here. thanks. rday -- ================ Robert P. J. Day Ottawa, Ontario, CANADA

Re: [sqlite] a couple notes on cross-compiling sqlite3 for the PPC

2005-06-23 Thread Robert P. J. Day
On Thu, 23 Jun 2005, Brass Tilde wrote: > > p.s. as a side note, the whole point of this exercise is to build > > a *really* small footprint DB for an embedded system for which > > space is at a premium, and sqlite came highly recommended. > > If you look on SourceForge, there is a project called

[sqlite] a couple notes on cross-compiling sqlite3 for the PPC

2005-06-23 Thread Robert P. J. Day
apparently, it looks like the easiest way to cross-compile sqlite3 for my PPC board will be to just hack the gcc-oriented Makefile. as it stands, that Makefile has a couple critical omissions for me. first, it doesn't support building shared libs, which i'd prefer. also, it's not clear how t

Re: [sqlite] how to cross-compile sqlite for PPC?

2005-06-23 Thread Robert P. J. Day
On Thu, 23 Jun 2005, Christian Smith wrote: > One of the known problems is that the autoconf part is basically > unmaintained, and noone has stepped up to take the reigns. i'm starting to see that. to test a local install, i ran the configure with "--prefix=/home/rpjday/root" and yet, after a su

Re: [sqlite] how to cross-compile sqlite for PPC?

2005-06-23 Thread Robert P. J. Day
On Thu, 23 Jun 2005, Christian Smith wrote: > On Thu, 23 Jun 2005, Robert P. J. Day wrote: > > > > > hi, i'm running fedora core 3 and i need some help cross-compiling > >sqlite-3.2.2 for the PPC platform. i have the cross-compiler > >toolchain ELDK-3.1.1

RE: [sqlite] how to cross-compile sqlite for PPC?

2005-06-23 Thread Robert P. J. Day
On Thu, 23 Jun 2005, Aaron Planell López wrote: > What type of Pocket PC do you have? An iPAQ? not a pocket PC, a PPC-based development board. rday

[sqlite] how to cross-compile sqlite for PPC?

2005-06-23 Thread Robert P. J. Day
hi, i'm running fedora core 3 and i need some help cross-compiling sqlite-3.2.2 for the PPC platform. i have the cross-compiler toolchain ELDK-3.1.1 installed and, like i've done with other packages, i ran the following: $ ../sqlite-3.2.2/configure --host=ppc-linux-gnu \ CC=ppc_8xx-g