gnu.gcc.help
[Top] [All Lists]

Re: Build and install GCC-3.2.3

Subject: Re: Build and install GCC-3.2.3
From: Andrew Haley
Date: Tue, 27 May 2008 13:33:58 -0500
Newsgroups: gnu.gcc.help

beeloo@xxxxxxxxx wrote:
> Thanks alot again. I was helping one of a developer to build and
> install this old gcc. Also, Should I copy the whole file and name to
> "patch"?

> So the steps should be like this?

> 1) cd /usr/local/src
> 2) tar zxf gcc-3.2.3.tar.gz

cd gcc-3.2/gcc
patch -p0 < <patchfile>

> 3) cd ..
> 4) mkdir gcc-3.2.3
> 5) cd gcc-3.2.3
> 6) ../src/gcc-3.2.3/configure --prefix=/usr/local/gcc-3.2.3/

> 8) make
> 9) make install

It's a patch for the source.

Andrew.

<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy