[gordon@lambda-16: ~] gcc hello.c -o H /tmp/ccjW6PJh.s: Assembler messages: /tmp/ccjW6PJh.s:9: Error: suffix or operands invalid for `push' /tmp/ccjW6PJh.s:15: Error: `(%esp)' is not a valid 64 bit base/index expression
I tried to reinstall the base gcc rpm, but that did not help. Do you know of a way to fix this?
Burt
the code was just:
[gordon@lambda-16: ~] cat hello.c #include <stdio.h>
int main() { printf("Hello World!\n"); return 0; }
/*--------------------------------------------
Burt Gordon
Research Assistant,
High-Performance Computing and Simulation Lab,
University of Florida
www.hcs.ufl.edu/~gordon
--------------------------------------------*/