View Single Post
Re: How to use MinGW?
Old
  (#14)
mirv
Super Moderator
 
mirv's Avatar
 
Status: Offline
Posts: 152
Join Date: Apr 2004
Default Re: How to use MinGW? - 27-10-2005

There are various libraries that compile with -mno-cygwin, and others that don't, and mixing the two can cause problems, especially when something uses iostream it seems. I just got annoyed at sifting through makefiles for ages, modifying bits of source code, changing #ifdef's to account for cygwin, etc etc, so I've swapped to mingw for now.


mirv the Silly Fish.
  
Reply With Quote