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: libiberty


"Crescioli, Phil" <Phil.Crescioli@gd-ais.com> 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


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