Update GCC from 2.95.2: 2.95.3, 3.1.1, or 3.2?

Tim Wunder tim
Mon May 17 11:37:52 PDT 2004


On 9/18/2002 1:19 PM, someone claiming to be Douglas J Hunley wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Tim Wunder spewed electrons into the ether that resembled:
> 
>>PS There doesn't appear to be a Step on updating gcc. Is there one tucked
>>away somewhere that I just can't find? The instructions on the gnu site
>>are, um, thorough (ly confusing...)
> 
> 
> personally, I'd use 2.95.3 
> for notes, check http://hunley.homeip.net/linux_sources
> installing gcc is fairly easy
> 

Well, I may just have to try that since it looks like compiling 3.1.1 is 
failing:
case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo 
compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
if [ -f .bad_compare ]; then \
   echo "Bootstrap comparison failure!"; \
   cat .bad_compare; \
   exit 1; \
else \
   case "compare" in \
     *-lean ) rm -rf stage$stage ;; \
     *) ;; \
   esac; true; \
fi
Bootstrap comparison failure!
combine.o differs
dwarf2out.o differs
emit-rtl.o differs
gcc.o differs
gcse.o differs
real.o differs
regrename.o differs
ssa.o differs
tree.o differs
cp/decl.o differs
f/ste.o differs
java/class.o differs
make[1]: *** [compare] Error 1
make[1]: Leaving directory `/data/Source_files/gcc/gcc-build/gcc'
make: *** [bootstrap] Error 2


My first attept was to configure as follows:
../gcc-3.1.1/configure --enable-threads
and a simple 'make bootstrap'

<heavy sigh>

I guess I'll try again without --enable-threads and see what happens.

Thanks,
Tim





More information about the Linux-users mailing list