Hi, I am running FC4 x86_64 and I cant seem to figure out why I can't compile a FORTRAN 77 program.<br>
Here is what I get...<br>
<br>
f77test.f contains:<br>
       program hello<br>
       print *,'Hello World!'<br>
       stop<br>
       end<br>
when I compile:<br>
$f77 f77test.f<br>
/tmp/cc1COl1w.s: Assembler messages:<br>
/tmp/cc1COl1w.s:26: Error: suffix or operands invalid for `push'<br>
/tmp/cc1COl1w.s:30: Error: suffix or operands invalid for `push'<br>
/tmp/cc1COl1w.s:33: Error: suffix or operands invalid for `push'<br>
/tmp/cc1COl1w.s:34: Error: suffix or operands invalid for `push'<br>
/tmp/cc1COl1w.s:35: Error: suffix or operands invalid for `push'<br>
/tmp/cc1COl1w.s:36: Error: suffix or operands invalid for `push'<br>
/tmp/cc1COl1w.s:41: Error: suffix or operands invalid for `push'<br>
/tmp/cc1COl1w.s:42: Error: suffix or operands invalid for `push'<br>
<br>
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?<br>Thanks!<br>
-- Josh<br>(<a href="http://people.bu.edu/liebowij/">http://people.bu.edu/liebowij/</a>)