GCC on Cygwin coexisting with MinGW

Posted by aplm on Stack Overflow See other posts from Stack Overflow or by aplm
Published on 2010-06-15T02:52:31Z Indexed on 2010/06/15 3:22 UTC
Read the original article Hit count: 251

Filed under:
|

It is possible to have two versions of GCC to coexist: the native windows MinGW version and the cygwin linux version? Things get problematic when on Cygwin the system tries to compile with the MinGW version of GCC, and vice versa. How can I keep both versions of GCC?

© Stack Overflow or respective owner

Related posts about cygwin

Related posts about mingw