Pouya
Pouya

Reputation: 1959

MinGW-w64 not working in windows 7

I want to use MinGW-64 to build 64-bit fortran programs. It works fine in Windows 8 but it does not work in windows 7 (which I need to work). The error is: gfortran: error: CreateProcess: No such file or directory

I know that this problem has been asked alot before, but I really couldn't find the solution. If there is any solution around, please let me know. thanks

Upvotes: 0

Views: 1863

Answers (1)

user1220978
user1220978

Reputation:

In case it helps, I have never had problems under Windows 7 with the gcc toolchain installed with Rtools (here). It's the compiler used to build programs for the statistical package R, but one can also compile standalone programs. It has gcc, g++ and gfortran, and both 32 bit and 64 bit compilers.

Upvotes: 1

Related Questions