Re: MinGW
- Posted by Insolor Oct 23, 2012
- 2830 views
To install MinGW for windows, you download an installer. When running, it will download the needed files and set up directories. Run the installer again every couple of months to update only those files that have changed. From sourceforge's projects mingw files site, go to Installer/mingw-get-inst/mingw-get-inst-20120426/
Following your suggestion I installed MinGW.
Running euc -gcc -com C:\MinGW sanity.ex produces the (now familiar) error. At least I know it is a matter of getting the paths correct since I now have Watcom working.
If installed to c:\MinGW, what changes to Windows are needed to get this to work?
You need to add both c:\MinGW\bin and c:\MinGW\msys\1.0\bin to the PATH env. variable. EUDIR variable must be set properly as well.