I get errors because I don't have GNU as,ld (binutils configure script remove "ld" build on HP-UX 11.11)
Philippe
Lalit Seth wrote:
Try this
[lalit@wo gccinstall] mkdir gcc-bin
export INSTALLATION_GCC=/home/lalit/gccinstall
export srcdir=$INSTALLATION_GCC/gcc-3.2.3
export objdir=$INSTALLATION_GCC/gcc-bin
cd $objdir
$srcdir/configure \ --enable-languages=c,c++ \ --enable-threads=posix \ --with-gnu-as \ --with-gnu-ld
gmake bootstrap-lean
From: Eljay Love-Jensen <eljay@xxxxxxxxx>
To: "Scelers, Philippe" <philippe_scelers@xxxxxxxxxxx>, gcc-help@xxxxxxxxxxx
CC: "Scelers, Philippe" <philippe_scelers@xxxxxxxxxx>
Subject: Re: Building gcc 3.3.2 on HPUX11.11 - make bootstrap (stage3) fails: Bootstrap comparison failure!
Date: Fri, 12 Mar 2004 06:33:22 -0600
Hi Philippe,
GCC cannot be built in the same directory as the source code.
Create a build directory mkdir build cd build ../gcc332/configure --yadayadayada
HTH, --Eljay
_________________________________________________________________
Join BharatMatrimony.com. http://www.bharatmatrimony.com/cgi-bin/bmclicks1.cgi?72 Unmarried? Join Free.
-- Philippe Scelers