This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


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

gcc 3.0.1 on HP-UX 11.0


My build fails in libstdc++v3 when attempting to build gcc 3.0.1 on HP-UX 11.0.

I have gcc 2.95.3 installed, though I can't get off the ground using that gcc as
the compiler.  If I use the purchased ansi C for HP by: setenv CC cc, then I can
get this far, if I comment out the file comparison between stage 2 and 3.  I
have the source in one dir and created a new dir called source.obj, I cd'ed
into this obj and typed ../gcc-3.0.1/configure --prefix=/home/dir1/dir2/local.
I'll send the configure info if you need it.

Any help for me?  (I have the latest binutils installed too...)

[stuff deleted]
Making all in libio
make[4]: Entering directory `/home/rdstt1/t901353/src/gcc-3.0.1.obj/hppa2.0w-hp-hpux11.00/libstdc++-v3/libio'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/rdstt1/t901353/src/gcc-3.0.1.obj/hppa2.0w-hp-hpux11.00/libstdc++-v3/libio'
Making all in libmath
make[4]: Entering directory `/home/rdstt1/t901353/src/gcc-3.0.1.obj/hppa2.0w-hp-hpux11.00/libstdc++-v3/libmath'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/rdstt1/t901353/src/gcc-3.0.1.obj/hppa2.0w-hp-hpux11.00/libstdc++-v3/libmath'
Making all in libsupc++
make[4]: Entering directory `/home/rdstt1/t901353/src/gcc-3.0.1.obj/hppa2.0w-hp-hpux11.00/libstdc++-v3/libsupc++'
/bin/sh ../libtool --tag CXX --tag disable-shared                --mode=compile /home/rdstt1/t901353/src/gcc-3.0.1.obj/gcc/xgcc 
-B/home/rdstt1/t901353/src/gcc-3.0.1.obj/gcc/ -nostdinc++  -L/home/rdstt1/t901353/src/gcc-3.0.1.obj/hppa2.0w-hp-hpux11.00/libstdc++-v3/src 
-L/home/rdstt1/t901353/src/gcc-3.0.1.obj/hppa2.0w-hp-hpux11.00/libstdc++-v3/src/.libs -B/home/rdstt1/t901353/local/hppa2.0w-hp-hpux11.00/bin/ 
-B/home/rdstt1/t901353/local/hppa2.0w-hp-hpux11.00/lib/ -isystem /home/rdstt1/t901353/local/hppa2.0w-hp-hpux11.00/include 
-I../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../gcc-3.0.1/libstdc++-v3/../include  
-I/home/rdstt1/t901353/src/gcc-3.0.1.obj/hppa2.0w-hp-hpux11.00/libstdc++-v3/include/hppa2.0w-hp-hpux11.00 
-I/home/rdstt1/t901353/src/gcc-3.0.1.obj/hppa2.0w-hp-hpux11.00/libstdc++-v3/include -I../../../../gcc-3.0.1/libstdc++-v3/libsupc++           -g -O2 
-fno-implicit-templates    -Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once    -g    -c 
../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_aux_runtime.cc
/home/rdstt1/t901353/src/gcc-3.0.1.obj/gcc/xgcc -B/home/rdstt1/t901353/src/gcc-3.0.1.obj/gcc/ -nostdinc++ 
-L/home/rdstt1/t901353/src/gcc-3.0.1.obj/hppa2.0w-hp-hpux11.00/libstdc++-v3/src 
-L/home/rdstt1/t901353/src/gcc-3.0.1.obj/hppa2.0w-hp-hpux11.00/libstdc++-v3/src/.libs -B/home/rdstt1/t901353/local/hppa2.0w-hp-hpux11.00/bin/ 
-B/home/rdstt1/t901353/local/hppa2.0w-hp-hpux11.00/lib/ -isystem /home/rdstt1/t901353/local/hppa2.0w-hp-hpux11.00/include 
-I../../../../gcc-3.0.1/libstdc++-v3/../gcc -I../../../../gcc-3.0.1/libstdc++-v3/../include 
-I/home/rdstt1/t901353/src/gcc-3.0.1.obj/hppa2.0w-hp-hpux11.00/libstdc++-v3/include/hppa2.0w-hp-hpux11.00 
-I/home/rdstt1/t901353/src/gcc-3.0.1.obj/hppa2.0w-hp-hpux11.00/libstdc++-v3/include -I../../../../gcc-3.0.1/libstdc++-v3/libsupc++ -g -O2 
-fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c 
../../../../gcc-3.0.1/libstdc++-v3/libsupc++/eh_aux_runtime.cc
cc1plus: warning: -g is only supported when using GAS on this processor,
cc1plus: warning: -g option disabled.
as: error 7403: undefined label - _ZTVN10__cxxabiv120__si_class_type_infoE (7403)
make[4]: *** [eh_aux_runtime.lo] Error 1
make[4]: Leaving directory `/home/rdstt1/t901353/src/gcc-3.0.1.obj/hppa2.0w-hp-hpux11.00/libstdc++-v3/libsupc++'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/rdstt1/t901353/src/gcc-3.0.1.obj/hppa2.0w-hp-hpux11.00/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory `/home/rdstt1/t901353/src/gcc-3.0.1.obj/hppa2.0w-hp-hpux11.00/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/home/rdstt1/t901353/src/gcc-3.0.1.obj'
make: *** [bootstrap] Error 2
[gcc-3.0.1.obj]rds294[295]% 



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