This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: Downgrading GCC version from 3.4.3 to 3.3.6


srinivas144 wrote:

> I am using RedHat Linux 4 machine in that machine i have Gcc ver. 3.4.3, but
> now i want Gcc ver 3.3.6  for suport for other software.
> 
> I have downloaded soucecode but now i am not understanding how to configure
> it and how to install it.
> I have read Readme file in that but i can't understand, could you please
> help me anyone.

/path/to/gcc/toplevel/sourcedir/configure
make
make install

... will install gcc in /usr/local

Andrew.


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