1 Nov
2011
1 Nov
'11
06:04
I have install MinGW with GCC 4.6.1 but it seems to be incompatible with the MinGW that has been used to build the 4.6.2 package for windows. I tried to compile the GUI example: https://mercure.iro.umontreal.ca/pipermail/gambit-list/2011-March/004939.htm... But I get the following error: D:\Devel>gsc -exe windows-gui-example.scm cc1.exe: error: unrecognized command line option '-mno-cygwin' cc1.exe: error: unrecognized command line option '-mno-cygwin' gcc: error: windows-gui-example.o: No such file or directory gcc: error: windows-gui-example_.o: No such file or directory *** ERROR IN ##for-each -- No such file or directory (delete-file "D:\\Devel\\windows-gui-example.o") I tried this on Windows 7.