On Sun, Jul 12, 2009 at 12:35 PM, Dustin <[email protected]> wrote:
> > > On Jul 12, 8:19 am, Tom D Kat <[email protected]> wrote: > > I've been casually reading this thread and I tried building > memcached-1.4.0 > > using my 64-bit Linux hosted, 32-bit Win32 targetted MingW cross compiler > > but the configure script failed trying to see which kind of compilers I > had > > installed, namely the Sun cc compiler: > > The win32 branch in my github repo has pretty much a separate build > system for Windows bypassing autoconf. Ok. I actually made some mods to configure.ac to fix the cross compiler issues I ran into and since my last post to the list, I've managed to get the configure script running to the point where I can start compiling stuff. The other obstacle I ran across was the POSIX thread library requirement, which I got around my locating a Win32 PThreads library. Since you're not using autoconf in your win32 branch, using a MingW gcc compiler should work just fine for you. Peace... Tom
