GCC on Cygwin coexisting with MinGW

前端 未结 5 1084
Happy的楠姐
Happy的楠姐 2021-02-04 18:58

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 c

5条回答
  •  醉话见心
    2021-02-04 19:50

    I have both of them installed and coexisting peacefully. Cygwin is installed in c:\cygwin while MinGW is installed in c:\msys\mingw. I didn't have to do anything unusual to make them coexist since their environments are set by their respective startup shortcuts.

    There must be some specific step in your installation that caused them to become coupled in some way. If you describe your installation sequence and locations perhaps someone can offer additional advice.

提交回复
热议问题