On Mon, Sep 13, 2010 at 8:59 PM, Toby Thain <t...@telegraphics.com.au> wrote: > NMAKE is convenient for Windows builds as it will also happily run > under Linux/WINE, targeting both 32 and 64 bit Windows runtimes with > the 'freely downloadable' Express toolchain. It may even be possible > to combine autotools with the Microsoft compiler, though I haven't > tried it (CC="wine cl", etc).
Won't work ever! Forget about wine and Microsoft compilers. mingw provides a decent environment, fully integrated to autotools and cross environments. Alon.