"Crescioli, Phil" <Phil.Crescioli@xxxxxxxxxx> writes: > Somehow I got lucky and compiled gcc332 on solaris 8 in my > NFS auto-mounted dir. When I tried again from scratch > I cant for the life of me get it to run through > make bootstrap without bombing on libiberty..... > > Could someone explain what I'm missing? > Here's the output... > Thanks, > Phil > > [langley]:/home/philc/GCC/gcc332obj> > /home/philc/GCC/gcc-3.3.2/gcc/configure --prefix=$HOME/GCC/gcc323obj That should be /home/philc/GCC/gcc-3.3.2/configure --prefix=$HOME/GCC/gcc323obj You want to run the top level configure script, not the script in the gcc subdirectory. Ian