[sqlite] MingW32 help wanted

2007-03-13 Thread Stefan de Konink
Hello, I have found this post: http://marc.10east.com/?l=sqlite-usersm=115689163614925w=2 My target is to get sqlite compiled on my host platform i686 and my target platform mingw32. Could someone get a step by step manual to get the 'precious' dll/.a? When removing the os_unix.c from

Re: [sqlite] MingW32 help wanted

2007-03-13 Thread Stefan de Konink
Mike Frysinger wrote: On Tuesday 13 March 2007, Stefan de Konink wrote: My target is to get sqlite compiled on my host platform i686 and my target platform mingw32. Could someone get a step by step manual to get the 'precious' dll/.a? well, this could be autotoolized and force people to do

Re: [sqlite] MingW32 help wanted

2007-03-13 Thread Scott Hess
I took Makefile.linux-gcc, and made the obvious changes (there are mingw lines all over in there). EXE = .exe, SO =dll, SHPREFIX = , [that was nothing for that setting], and TCC, AR, and RANLIB set to the path to the appropriate commands from mingw. I should warn that I haven't actually built

Re: [sqlite] MingW32 help wanted

2007-03-13 Thread Stefan de Konink
Scott Hess wrote: I took Makefile.linux-gcc, and made the obvious changes (there are mingw lines all over in there). EXE = .exe, SO =dll, SHPREFIX = , [that was nothing for that setting], and TCC, AR, and RANLIB set to the path to the appropriate commands from mingw. I should warn that I