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: Problems with gcc 3.2.2


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


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