This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

libstdc++-v3 configuration and check problems under hpux 10.20


I noticed two issues with v3 under hpux 10.20:

1) There is a failure in the libtool CXX configuration regarding the ability
   of g++ to build shared libraries.  This should be possible although I
   know you need `-shared -fPIC' in the command.  Normally, the hardcode
   method is relink.  Puzzled why the command to parse nm output failed.

2) mkcheck fails with an error (see below).

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)

Configuring in hppa1.1-hp-hpux10.20/libstdc++-v3
[...]
creating libtool
updating cache ../config.cache
loading cache ../config.cache
loading cache ../config.cache within ltconfig
checking host system type... hppa1.1-hp-hpux10.20
checking build system type... hppa1.1-hp-hpux10.20
checking for objdir... .libs
checking for /xxx/gnu/gcc-3.0/objdir/gcc/g++ option to produce PIC... -fPIC -DPIC
checking if /xxx/gnu/gcc-3.0/objdir/gcc/g++ PIC flag -fPIC -DPIC works... yes
checking if /xxx/gnu/gcc-3.0/objdir/gcc/g++ static flag -static works... yes
checking if /xxx/gnu/gcc-3.0/objdir/gcc/g++ supports -c -o file.o... yes
checking if /xxx/gnu/gcc-3.0/objdir/gcc/g++ supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/xxx/gnu/gcc-3.0/objdir/gcc/g++ -B/xxx/gnu/gcc-3.0/objdir/gcc/ -nostdinc++  -L/xxx/gnu/gcc-3.0/objdir/hppa1.1-hp-hpux10.20/libstdc++-v3/src -L/xxx/gnu/gcc-3.0/objdir/hppa1.1-hp-hpux10.20/libstdc++-v3/src/.libs -B/usr/local/hppa1.1-hp-hpux10.20/bin/ -B/usr/local/hppa1.1-hp-hpux10.20/lib/ -isystem /usr/local/hppa1.1-hp-hpux10.20/include) supports shared libraries... no
checking how to hardcode library paths into programs... unsupported
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... hpux10.20 dld.sl
checking command to parse nm output... failed
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
appending configuration tag "CXX" to libtool
[...]
make[2]: Leaving directory `/xxx/gnu/gcc-3.0/objdir/hppa1.1-hp-hpux10.20/libstdc++-v3'
(chmod + ./mkcheck; \
  srcdir=`cd ../../../libstdc++-v3; pwd`; builddir=`pwd`; \
  test -d testsuite || (mkdir testsuite; chmod u+w testsuite); \
  cd testsuite; ${builddir}/mkcheck 0 ${builddir} ${srcdir})
running mkcheck
/xxx/gnu/gcc-3.0/objdir/hppa1.1-hp-hpux10.20/libstdc++-v3/mkcheck: testing the build directory
/xxx/gnu/gcc-3.0/objdir/hppa1.1-hp-hpux10.20/libstdc++-v3/mkcheck: set: unknown option:  
make[1]: [check] Error 1 (ignored)
make[1]: Leaving directory `/xxx/gnu/gcc-3.0/objdir/hppa1.1-hp-hpux10.20/libstdc++-v3'


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