I seem to have a problem building gcc-3.2.3.
Platform:
$ uname -a
Linux ......umt.edu 2.4.20-13.7smp #1 SMP Mon May 12 12:31:27 EDT 2003 i686 unknown
My attempt:
$ /home/amac/gcc-3.2.3/configure --prefix=/home/amactools/tools/compiler/ --program-suffix=-3.2.3
$make bootstrap
.
.
.
.
/home/amac/amactools/compiler/gcc/xgcc -B/home/amac/amactools/compiler/gcc/ -B/home/amac/amactools/compiler//i686-pc-linux-gnu/bin/ -B/home/amac/amactools/compiler//i686-pc-linux-gnu/lib/ -isystem /home/amac/amactools/compiler//i686-pc-linux-gnu/include -DHAVE_CONFIG_H -I. -I/home/amac/gcc-3.2.3/libstdc++-v3/libmath -I.. -O2 -O -ansi -c /home/amac/gcc-3.2.3/libstdc++-v3/libmath/stubs.c -fPIC -DPIC -o .libs/stubs.o
In file included from /home/amac/gcc-3.2.3/libstdc++-v3/libmath/stubs.c:31:
../config.h:7: syntax error before '/' token
In file included from /home/amac/gcc-3.2.3/libstdc++-v3/libmath/stubs.c:31:
../config.h:10:28: warning: character constant too long
../config.h:10:44: warning: character constant too long
../config.h:19:59: warning: character constant too long
../config.h:788:18: missing terminating ' character
../config.h:788:18: warning: character constant too long
make[4]: *** [stubs.lo] Error 1
make[4]: Leaving directory `/home/amac/amactools/compiler/i686-pc-linux-gnu/libstdc++-v3/libmath'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/amac/amactools/compiler/i686-pc-linux-gnu/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory `/home/amac/amactools/compiler/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/home/amac/amactools/compiler'
make: *** [bootstrap] Error 2
Anyhelp would be much appreciated. Thanks in advance
-Andy