This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
unrecognized option `-mno-68881'
- From: "Palm SV VRS" <palmsv at rediffmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: 6 May 2003 05:10:19 -0000
- Subject: unrecognized option `-mno-68881'
- Reply-to: "Palm SV VRS" <palmsv at rediffmail dot com>
When I compile my c program under gcc as below:
$ gcc -o Starter Starter.c
I get this:
cpp: -lang-c: linker input file unused because linking not done
as: unrecognized option `-mno-68881'
Can anyone help...