This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: gcc problems with HP-UX 10.2
- To: "'Eric Christopher'" <echristo at redhat dot com>
- Subject: RE: gcc problems with HP-UX 10.2
- From: "Coutu, Alain Capt (CF) NSSF/SCOA" <Alain dot Coutu at 1staf dot tyndall dot af dot mil>
- Date: Thu, 15 Feb 2001 07:45:22 -0600
- Cc: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
We redirected the cc command to point to the location of gcc. This was done
because of the number of Makefiles used. It was better to redirect the
command than to change all the Makefiles.
> -----Original Message-----
> From: Eric Christopher [SMTP:echristo@redhat.com]
> Sent: Wednesday, February 14, 2001 10:35 PM
> To: Alexandre Oliva
> Cc: Coutu, Alain Capt (CF) NSSF/SCOA; 'gcc@gcc.gnu.org'
> Subject: Re: gcc problems with HP-UX 10.2
>
> Alexandre Oliva wrote:
> >
> > On Feb 14, 2001, "Coutu, Alain Capt (CF) NSSF/SCOA"
> <Alain.Coutu@1staf.tyndall.af.mil> wrote:
> >
> > > cc: cannot specify -o with -c or -S and multiple compilations.
> >
> > What is the exact command line that's being used to run GCC?
> >
>
> Even more to the point, are you sure you are using gcc? It's rather
> unusual for gcc to be installed as cc on any system other than linux,
> and rarely then.
>
> -eric