I'm in windows 7 pro x64.
I try g95-mingw.exe in another windows 7 pro x86 without problem. When I install an I compile a simple hello world program i get that.
C:\Users\RM\AppData\Local\Temp/ccSFtQ6q.s: Assembler messages:
C:\Users\RM\AppData\Local\Temp/ccSFtQ6q.s:11: Error: invalid instruction suffix for `push'
C:\Users\RM\AppData\Local\Temp/ccSFtQ6q.s:28: Error: invalid instruction suffix for `push'
C:\Users\RM\AppData\Local\Temp/ccSFtQ6q.s:29: Error: invalid instruction suffix for `push'
The "ccSFtQ6q.s" is variable and change every time I run.
If I copy the a.f90 file to the folder where g95 is installed, it compiles fine (why?). If I put in cmd.exe g95 without any f90 file I get "no such directory" (normal).
I've got no problem compiling another time in g95 in xp, or 7 32bits. I make everything fine but not works.
If I download and use: with g95, that program also compile fine, the same hello world, but if I call g95 in order to compile a file that is not in bin folder, it fails.
Thanks everybody.
I try g95-mingw.exe in another windows 7 pro x86 without problem. When I install an I compile a simple hello world program i get that.
C:\Users\RM\AppData\Local\Temp/ccSFtQ6q.s: Assembler messages:
C:\Users\RM\AppData\Local\Temp/ccSFtQ6q.s:11: Error: invalid instruction suffix for `push'
C:\Users\RM\AppData\Local\Temp/ccSFtQ6q.s:28: Error: invalid instruction suffix for `push'
C:\Users\RM\AppData\Local\Temp/ccSFtQ6q.s:29: Error: invalid instruction suffix for `push'
The "ccSFtQ6q.s" is variable and change every time I run.
If I copy the a.f90 file to the folder where g95 is installed, it compiles fine (why?). If I put in cmd.exe g95 without any f90 file I get "no such directory" (normal).
I've got no problem compiling another time in g95 in xp, or 7 32bits. I make everything fine but not works.
If I download and use: with g95, that program also compile fine, the same hello world, but if I call g95 in order to compile a file that is not in bin folder, it fails.
Thanks everybody.