I am compiling a .c file by issuing
- Code: Select all
gcc file.c -o file_compiled
If I try to run it on my local machine, it runs well. If I copy it to another machine, it says:
- Code: Select all
Syntax error: "(" unexpected
Maybe I have to run gcc with some target specific options (target kernel is 3.2.0-23-generic-pae), but I don't know how.
¿Can you help me?
Thanks!