This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Compiler
- From: Gerardo Gonzalez <gerardo dot gonzalez at avantel dot com dot mx dot com dot mx>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 17 Jan 2002 17:51:58 -0600
- Subject: Compiler
Hi:
I'm asking you for some help.
I'm trying to compile a source code in pro*c, this code was originally
developed under other compiler different from GCC, while I try to compile de
source code in GCC I get the following message.
$ make -f picst.mk pics
gcc -newc -inline speed -w -pt -ptr -D_AES_SOURCE -D_OSF_SOURCE -DANSI_C
-DPOS
gcc: speed: No such file or directory
gcc: unrecognized option `-newc'
gcc: unrecognized option `-pt'
gcc: unrecognized option `-ptr'
cc1: Unrecognized option `-inline'
*** Error code 1
Make: Fatal error: Command failed for target `pics'
Hope you can help me and tell mi some way, I can compile my code. The source
code and the make file are attached.
Regards.
Gerardo Gonzalez