This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Compiles but....
- From: Ishwar Rattan <ishwar at cps dot cmich dot edu>
- To: Julian Daly <judaly at tcd dot ie>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Tue, 9 Sep 2003 09:27:16 -0400 (EDT)
- Subject: Re: Compiles but....
- References: <FOEDIMCKJGHILNBHGBKNMEJHCBAA.judaly@tcd.ie>
Try
export PATH=:/path/to/3.3stuff:$PATH
hth
-ishwar
On Tue, 9 Sep 2003, Julian Daly wrote:
> Hello,
>
> I have been able to compile gcc 3.3.
>
> My problem though is that I still have the version 2.95.3 when I run the
> command
>
> gcc --version
>
> I know that if I go into the directory of the newly compiled 3.3 and run the
> command
>
> ./cpp --version
>
> I will get 3.3.
>
> What I really what to know is how do I get the 3.3 to be system wide ? I
> don't want version 2.95.3 at all.
>
>
> Thanks,
>
>
> Julian
>