This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: cannot make gcc-3.3
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Bart Pit <bart at colorscan dot nl>, gcc-help at gcc dot gnu dot org
- Date: Tue, 27 May 2003 10:10:16 -0500
- Subject: Re: cannot make gcc-3.3
Hi Bart,
This is what you should do:
1. downloaded gcc-3.3.tar.gz
2. unpacked with: 'tar xzf gcc-3.3.tar.gz'
3. mkdir gcc-build
4. cd gcc-build
5. command '../gcc-3.3/configure'
6. command 'make'
--Eljay