iostream and msvcrt?

Dimitrie O. Paun dpaun at rogers.com
Wed Aug 18 21:49:09 CDT 2004


On Wed, Aug 18, 2004 at 11:32:33AM +0300, Boaz Harrosh wrote:
> >I have used STLport before
> >so the idea sounds feasable to me.  I imagine I have to change the
> >gcc-linux.mak by:
> >
> >replacing the call to gcc with winegcc,
> >removing references to GLIBC,
> > 
> >
> Better go with gcc-mingw.mak, as threading and OS is more Windows than 
> Linux. See if they have a -nocygwin variant.

Yes, it should work with the gcc-mingw.mak by changing
   gcc -> winegcc
   g++ -> wineg++

> >adding a path pointing to /include/wine/MSVCRT.
> >
> > 
> >
> Yes exactly. You'll see that you end up with a complete xxx-wine set of 
> makefiles and headers.

No, you shouldn't need that. You just need to make sure you pass
the -mno-cygwin flag to winegcc/wineg++.

-- 
Dimi.




More information about the wine-devel mailing list