Re: [sqlite] configure script for amalgamation

2008-01-09 Thread Ken
I guess that would work, but I've always downloaded the full source. Ran configure with various options. Then compiled into libraries both 32 and 64bit. So a delivered amalgamated/autoconf is really really nice. Since, I'll no longer have to build from full source. Any to enable a --LIB-strip

Re: [sqlite] configure script for amalgamation

2008-01-09 Thread drh
Ken <[EMAIL PROTECTED]> wrote: > Dan and DRH, > > The amalgamated version as packaged in the link was really nice indeed. Much > preferred over the full source code bundle I've been using to produce sqlite > shared objects. > I take it that gcc -shared -o libsqlite3.so sqlite3.c doesn'

Re: [sqlite] configure script for amalgamation

2008-01-09 Thread Ken
Dan and DRH, The amalgamated version as packaged in the link was really nice indeed. Much preferred over the full source code bundle I've been using to produce sqlite shared objects. Even nicer is the fact that the TCC += -DSQLITE_OMIT_LOAD_EXTENSION=1 Is not included as part of the mak

Re: [sqlite] configure script for amalgamation

2008-01-09 Thread Ken
Dan and DRH, The amalgamated version as packaged in the link was really nice indeed. Much preferred over the full source code bundle I've been using to produce sqlite shared objects. Even nicer is the fact that the TCC += -DSQLITE_OMIT_LOAD_EXTENSION=1 I not included as part of the make

Re: [sqlite] configure script for amalgamation

2008-01-09 Thread Ken
That resolve the case lable warning... The following warning still remains: sqlite3.c: In function 'sqlite3RunVacuum': sqlite3.c:64923: warning: comparison is always true due to limited range of data type The code at that location is: #ifndef SQLITE_OMIT_AUTOVACUUM sqlite3BtreeSetAutoVacuum(pTe

Re: [sqlite] configure script for amalgamation

2008-01-09 Thread drh
Ken <[EMAIL PROTECTED]> wrote: > > AIX had issues. See below. > sqlite3.c:35137: warning: case label value is less than minimum value for type Please see if check-in [4699] fixes this problem. http://www.sqlite.org/cvstrac/chngview?cn=4699 -- D. Richard Hipp <[EMAIL PROTECTED]> ---

Re: [sqlite] configure script for amalgamation

2008-01-09 Thread Ken
Dan, Here are some results for you. AA == Autoconf Amalgamated. I did not run make install any any of the systems. But localized testing of sqlite3 seemed to work on all platforms. My configure flags ./configure --enable-threadsafe --disable-tcl --enable-tempstore All Platforms: libsqlite3.s

Re: [sqlite] Configure script

2004-10-31 Thread Tomas Franzén
On 2004-10-31, at 19.55, b.bum wrote: Try creating a new account and run configure within it. There may be something hosed in your environment or shell configuration. Thanks, that did it! :-D Everything seems to work great now. Tomas Franzén Lighthead Software http://www.lightheadsw.com/

Re: [sqlite] Configure script

2004-10-31 Thread b.bum
On Oct 31, 2004, at 7:34 AM, Tomas Franzén wrote: Nope. I haven't had Fink installed at all, but thanks anyway. I get this error with both sqlite 2.8.15 and 3.0.8. Strange. Try creating a new account and run configure within it. There may be something hosed in your environment or shell configurat

Re: [sqlite] Configure script

2004-10-31 Thread Tomas Franzén
On 2004-10-31, at 16.21, Will Leshner wrote: Ok, I'm just grasping at straws here, but maybe you've installed Fink and there is some kind of strange interaction with that going on? Nope. I haven't had Fink installed at all, but thanks anyway. I get this error with both sqlite 2.8.15 and 3.0.8. Str

Re: [sqlite] Configure script

2004-10-31 Thread Will Leshner
On Oct 31, 2004, at 1:37 AM, Tomas Franzén wrote: On 2004-10-31, at 02.53, Will Leshner wrote: Do you have the developer tools installed? That's about all I can think might be the problem. Yes, I have Dev Tools and XCode installed. Ok, I'm just grasping at straws here, but maybe you've installed F

Re: [sqlite] Configure script

2004-10-31 Thread Tomas Franzén
On 2004-10-31, at 02.53, Will Leshner wrote: Do you have the developer tools installed? That's about all I can think might be the problem. Yes, I have Dev Tools and XCode installed. Tomas Franzén Lighthead Software http://www.lightheadsw.com/

Re: [sqlite] Configure script

2004-10-30 Thread Will Leshner
On Oct 30, 2004, at 2:08 PM, Tomas Franzén wrote: I'm a newbie trying to compile SQLite on Mac OS X. When running the configure script for 2.8.15, the script stops after a while with this message: Do you have the developer tools installed? That's about all I can think might be the problem.