Ed Smith-Rowland <address@hidden> writes:
The commands were a pretty straight configure (from a different build
directory) and make bootstrap.
$ ../gcc-4.1.2-snapshot/configure --prefix=~/bin-gm2
--enable-languages=c,gm2
Hi Ed,
I use the following successfully,
CXXFLAGS=-g BOOT_CFLAGS=-g CFLAGS="-g -gdwarf-2" \
../gcc-4.1.2/configure --disable-multilib --enable-languages=c,c++,gm2 \
--enable-checking=all --prefix=$HOME/opt --enable-libstdcxx-debug
$ make bootstrap
Should I use a different target?
I use:
$ make && make install
My computer is Ref Hat 5 Linux. Bootstrap compiler is gcc-4.1.2 (the
system compiler).
ok, sounds fine.. let us know how you progress!
regards,
Gaius