Yep. I switched to mingw as cross-compiler, and all is right with the world again ;)
Thanks everyone! -rino On Tue, Jan 20, 2009 at 11:07 AM, Hin-Tak Leung <hintak_le...@yahoo.co.uk> wrote: > --- On Tue, 20/1/09, Rino Farina <rinofar...@gmail.com> wrote: > >> Right, I wasn't able to find iostream among the >> available headers >> (remember, I'm not linking yet). >> >> Stefan, are you suggesting that I install microsofts >> tool-chain and >> compile the code with the ms compiler? Sounds reasonable. >> I'm not sure >> what you mean by PE .exe, though. I have no need to link to >> Linux >> libraries, other than this is a pure windows codebase and >> some of the >> libraries referenced are not available in winelib/msvcrt. > > In that case you might be happier switching to mingw gcc/g++ - either running > it under wine, or as a cross-compiler. It has all the iostreams stuff, > instead of wineg++ . > the > > > >