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 parameter for the .configure as in "-Os" to make
smaller libs a default ???
Thanks,
Ken
[EMAIL PROTECTED] wrote: Ken 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't work for you?
> Even nicer is the fact that the
> TCC += -DSQLITE_OMIT_LOAD_EXTENSION=1
>
> Is not included as part of the make so that loadable extensions are
> automatically enabled.
>
> Will future release be of available as almagamated autoconf ?
>
That is the plan. Though in all past efforts to change the
build system I have received thunderous howls of protest.
We'll see how this round goes....
--
D. Richard Hipp
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------