Re: [sqlite] Cross-compiling sqlite fails

2006-11-27 Thread drh
"Alon Keren" <[EMAIL PROTECTED]> wrote: > > The cross-compilation I'm currently trying is from x86 architecture to > x86 architecture, as I'm interested just to see that cross-compilation > of sqlite can work. > All of the Win32 binaries on the SQLite download site are cross-compiled on a Linux

[sqlite] Cross-compiling sqlite fails

2006-11-27 Thread Alon Keren
Hi, I'm trying to cross-compile sqlite, and I've run into some trouble involving libtools. It's not the first problem I encountered during cross-compilation, but this I couldn't yet get around. I write here in hope that someone's already done it, and would know what to do. The cross-compilation I