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]

still problems with the linker on hpux-11.0



> g++ -v
Reading specs from
/opt/precompiled/gcc-3.0.1-64/lib/gcc-lib/hppa64-hp-hpux11.00/3.0.1/specs
Configured with: ../gcc-3.0.1/configure --prefix=/opt/precompiled/gcc-3.0.1-64
--host=hppa64-hp-hpux11.00 --with-gnu-as
--with-as=/opt/precompiled/gcc-3.0.1-64/bin/as --with-gnu-ld
--with-ld=/opt/precompiled/gcc-3.0.1-64/bin/ld
--enable-version-specific-runtime-libs --enable-languages=c,c++,f77
--disable-shared
Thread model: single
gcc version 3.0.1

> ld --version
GNU ld 2.11.2
Copyright 2001 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.
  Supported emulations:
   elf64hppa


error message contains:

[...]
collect2: ld terminated with signal 11 [Segmentation fault], core dumped
/usr/lib/pa20_64/libc.a(static_vars.o)(.sdata+0x0): undefined reference to
`__systab'
/usr/lib/pa20_64/libcl.a(unwind.o): In function `U_get_unwind_table':
unwind.o(.text+0x0): undefined reference to `__unwind_start'
/usr/lib/pa20_64/libcl.a(unwind_dl_api.o): In function `__unwind_dlmodinfo':
unwind_dl_api.o(.text+0x40): undefined reference to `__libdl_jmp_tbl'
/usr/lib/pa20_64/libcl.a(unwind_dl_api.o): In function `__unwind_dlgetmodinfo':
unwind_dl_api.o(.text+0x40): undefined reference to `__libdl_jmp_tbl'
/usr/lib/pa20_64/libcl.a(unwind_dl_api.o): In function `__unwind_dlgetname':
unwind_dl_api.o(.text+0x3c): undefined reference to `__libdl_jmp_tbl'
/usr/lib/pa20_64/libc.a(nss_deffinder.o): In function `SO_per_src_lookup':
nss_deffinder.o(.text+0xdc): undefined reference to `dlopen'
/usr/lib/pa20_64/libc.a(lc_load.o): In function `__lc_load':
lc_load.o(.text+0x18): undefined reference to `dlopen'
gmake: *** [../obj/hpux11.00/test.exe] Error 1



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