Re: Re: [sqlite] How is the windows binary built?

2007-04-21 Thread Joe Wilson
--- Miha Vrhovnik <[EMAIL PROTECTED]> wrote: > > strip sqlite3.exe > is not ok at least for DLL, because it strips everything even reallocation > info. > strip --strip-unneeded sqlite3.dll The GNU toolchain's strip command corrupts the reallocation information for MinGW DLLs, so I would not

Re: Re: [sqlite] How is the windows binary built?

2007-04-21 Thread Miha Vrhovnik
> strip sqlite3.exe is not ok at least for DLL, because it strips everything even reallocation info. strip --strip-unneeded sqlite3.dll Regards, Miha "Joe Wilson" <[EMAIL PROTECTED]> wrote on 21.4.2007 5:48:00: >--- [EMAIL PROTECTED] wrote: >> I'm using cygwin under windows XP. >> gcc version

Re: [sqlite] How is the windows binary built?

2007-04-20 Thread Joe Wilson
--- [EMAIL PROTECTED] wrote: > I'm using cygwin under windows XP. > gcc version 3.4.4 > > I unzipped the sqlite-3.3.16.tar.gz to the directory sqlite-3.3.16. > > Executed the following: > > cd sqlite-3.3.16 > mkdir build > cd build > ./configure > make > > The resulting sqlite3.exe is 4 times