This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc compiler & cc compiler


On Sep 17, 1999, "˟ȗ˱" <jsy@hsel.emde.inha.ac.kr> wrote:

> That Code use cc compiler.
> Unfortunately, I have only gcc compiler.
> So, error masage is "gcc: unrecognized option -std1".
> Does anyone know that this problem?

It seems that the program really requires cc, in the sense that it
assumes certain options to be available.  In this particular case, of
-std1, it shouldn't be too hard to work around, just look for it in
any Makefiles and/or compilation scripts and remove it from there, or
write a shell-script named `cc' that removes the option and calls gcc.

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]