Update of /cvsroot/mingw/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv4916
Modified Files:
mingwfaq.shtml
Log Message:
Updated information about using MinGW within a Cygwin environment
Index: mingwfaq.shtml
===================================================================
RCS file: /cvsroot/mingw/htdocs/mingwfaq.shtml,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** mingwfaq.shtml 2001/08/28 01:05:44 1.23
--- mingwfaq.shtml 2001/08/28 17:46:40 1.24
***************
*** 308,311 ****
--- 308,318 ----
is the MinGW version.
</p>
+ <p>
+ Bear in mind that within the "/etc/profile" file, Cygwin by default places
+ "/usr/local/bin", "/usr/bin", and "/bin" ahead of your system-level PATH. Therefore,
+ it is not enough to have the MinGW's "/bin" ahead of Cygwin in your Windows
+ path... it must also be set to come first within the Cygwin environment (either
+ by modifying "/etc/profile" or setting it manually).
+ </p>
<p><a href="#index">Back to index</a></p>
|