Hi, I am running FC4 x86_64 and I cant seem to figure out why I can't compile a FORTRAN 77 program.
Here is what I get...
f77test.f contains:
program hello
print *,'Hello World!'
stop
end
when I compile:
$f77 f77test.f
/tmp/cc1COl1w.s: Assembler messages:
/tmp/cc1COl1w.s:26: Error: suffix or operands invalid for `push'
/tmp/cc1COl1w.s:30: Error: suffix or operands invalid for `push'
/tmp/cc1COl1w.s:33: Error: suffix or operands invalid for `push'
/tmp/cc1COl1w.s:34: Error: suffix or operands invalid for `push'
/tmp/cc1COl1w.s:35: Error: suffix or operands invalid for `push'
/tmp/cc1COl1w.s:36: Error: suffix or operands invalid for `push'
/tmp/cc1COl1w.s:41: Error: suffix or operands invalid for `push'
/tmp/cc1COl1w.s:42: Error: suffix or operands invalid for `push'
I can compile the exact same program on my University's machine... I am
thinking there is some sort of x86_64 platform problem.... Suggestions?
Thanks!
-- Josh
(http://people.bu.edu/liebowij/)