This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Problems with gcc 3.2.2
- From: Matthieu Moy <Matthieu dot Moy at imag dot fr>
- To: Erik Wasser <fuzz at c-lab dot de>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Fri, 04 Apr 2003 17:02:28 +0200
- Subject: Re: Problems with gcc 3.2.2
- References: <200303281420.05648.fuzz@c-lab.de>
Erik Wasser <fuzz at c-lab dot de> writes:
> Hi gcc-help at gcc dot gnu dot org,
>
> I just downloaded "gcc-3.2.2" from your website for this machine: "SunOS
> fry 5.7 Generic_106541-23 sun4u sparc SUNW,Ultra-60" and I did the
> "configure --prefix=/usr/local/gnu/gcc-3.2.2" and I did the "make" but
> then I wrecked it somehow. B-(
You missed some portion of the installation manual :
cd gcc-3.2.2
mkdir objdir
cd objdir
../configure --prefix= ... --enable-languages=c,c++ [,...]
make bootstrap
Should do better.
--
Matthieu