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
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'
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
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
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
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]>
---
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
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/
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
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
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
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/
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.
13 matches
Mail list logo