This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


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

V3 still misdetecting GCC 3.0? [on Alaph Tru64 5.0 system]


Maybe is my version of Tru64 v5.0 and my snapshot of July 2nd, but every
time that I run "make bootstrap", I have this message error:
make[2]: Leaving directory `/usr/music/ake/g/build/gcc'
Configuring in alphaev56-dec-osf5.0/libstdc++-v3
....
checking for g++ that will successfully compile libstdc++-v3... configure:
error: please upgrade to GCC 3.0 or above

Another Tru64 Unix users have seen the same behaviour.
http://gcc.gnu.org/ml/libstdc++/2001-07/msg00039.html
the workaroound is to erase and recompile cp/pt.c  with -O0, instead of
-O2.
Have you heard about a patch for this problem? Any ideas of this bug?


gcc -c  -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp
-I../../../gcc-20010702/gcc -I../../../gcc-20010702/gcc/cp
-I../../../gcc-20010702/gcc/config -I../../../gcc-20010702/gcc/../include
../../../gcc-20010702/gcc/cp/pt.c -o cp/pt.o


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