Re: [sqlite] Cross compiling sqlite for windows

2005-05-24 Thread Uwe Steinmann
On Tue, May 24, 2005 at 04:38:31PM +0100, Christian Smith wrote: > On Tue, 24 May 2005, Ulrik Petersen wrote: > > >Hi, > > > >the _ is probably added as part of the compiler's name mangling (google > >it if you wish), and is a quite standard way of dealing with object > >names. However, I note th

Re: [sqlite] Cross compiling sqlite for windows

2005-05-24 Thread Uwe Steinmann
On Tue, May 24, 2005 at 05:05:02PM +0200, Ulrik Petersen wrote: > Hi, > > the _ is probably added as part of the compiler's name mangling (google > it if you wish), and is a quite standard way of dealing with object > names. However, I note that you are not including vdbe.o in the link > stage

Re: [sqlite] Cross compiling sqlite for windows

2005-05-24 Thread Christian Smith
On Tue, 24 May 2005, Ulrik Petersen wrote: >Hi, > >the _ is probably added as part of the compiler's name mangling (google >it if you wish), and is a quite standard way of dealing with object >names. However, I note that you are not including vdbe.o in the link >stage, nor are you including main.

Re: [sqlite] Cross compiling sqlite for windows

2005-05-24 Thread Ulrik Petersen
Hi, the _ is probably added as part of the compiler's name mangling (google it if you wish), and is a quite standard way of dealing with object names. However, I note that you are not including vdbe.o in the link stage, nor are you including main.o, which may be why it is complaining. I don

[sqlite] Cross compiling sqlite for windows

2005-05-24 Thread Uwe Steinmann
Hi, I'm trying to cross compile sqlite 2.8.4 for windows on linux ppc system. Compiling the sources works but linking results in many unresolved symbols errors. /usr/libexec/gcc/i586-mingw32msvc/3.4.2/collect2 --dll -Bdynamic -e [EMAIL PROTECTED] -o sqlite.dll /usr/lib/gcc/i586-mingw32msvc/3.4.