ld problem on hpux 10.20 with egcs-20000124
Markus Werle
markus@lufmech.rwth-aachen.de
Fri Jan 28 03:26:00 GMT 2000
Hi!
After a painful week I got egcs-20000124 finally compiled and installed,
but there seems to be a problem with the linker.
Any idea what I forgot?
g++ -v -o ConvertFileToCharPointer.exe ConvertFileToCharPointer.C
Reading specs from
/work/markus/egcs-20000124/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.96/specs
gcc version 2.96 20000124 (experimental)
/work/markus/egcs-20000124/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.96/cpp
-lang-c++ -v -D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=96 -D__cplusplus
-Dhppa -Dhp9000s800 -D__hp9000s800 -Dhp9k8 -DPWB -Dhpux -Dunix
-D__hppa__ -D__hp9000s800__ -D__hp9000s800 -D__hp9k8__ -D__PWB__
-D__hpux__ -D__unix__ -D__hppa -D__hp9000s800 -D__hp9k8 -D__PWB -D__hpux
-D__unix -Asystem(unix) -Asystem(hpux) -Acpu(hppa) -Amachine(hppa)
-D__EXCEPTIONS -D__hp9000s700 -D_PA_RISC1_1 -D_HPUX_SOURCE
-D_HIUX_SOURCE -D__STDC_EXT__ ConvertFileToCharPointer.C
/var/tmp/ccw6H4Xt.ii
GNU CPP version 2.96 20000124 (experimental) (hppa)
#include "..." search starts here:
#include <...> search starts here:
/work/markus/egcs-20000124/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.96/include/g++
/work/markus/egcs-20000124/include
/work/markus/egcs-20000124/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.96/../../../../hppa1.1-hp-hpux10.20/include
/work/markus/egcs-20000124/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.96/include
/usr/include
End of search list.
The following default directories have been omitted from the search
path:
End of omitted list.
/work/markus/egcs-20000124/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.96/cc1plus
/var/tmp/ccw6H4Xt.ii -quiet -dumpbase ConvertFileToCharPointer.cc
-version -o /var/tmp/ccfkJyjv.s
GNU C++ version 2.96 20000124 (experimental) (hppa1.1-hp-hpux10.20)
compiled by GNU C version 2.95.2 19991024 (release).
/work/markus/egcs-20000124/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.96/as -o
/var/tmp/cc70pK5w.o /var/tmp/ccfkJyjv.s
/work/markus/egcs-20000124/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.96/collect2
-L/lib/pa1.1 -L/usr/lib/pa1.1 -z -u main -o ConvertFileToCharPointer.exe
/usr/ccs/lib/crt0.o
-L/work/markus/egcs-20000124/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.96
-L/usr/ccs/bin -L/usr/ccs/lib
-L/work/markus/egcs-20000124/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.96/../../..
/var/tmp/cc70pK5w.o -lstdc++ -lm -lgcc -lc -lgcc
collect2: ld terminated with signal 10 [Bus error], core dumped
/usr/ccs/bin/ld: Unsatisfied symbols:
istream type_info function(data)
type_info type_info function(data)
bad_cast type_info function(data)
bad_alloc type_info function(data)
ios type_info function(data)
exception type_info function(data)
filebuf type_info function(data)
bad_typeid type_info function(data)
iostream type_info function(data)
__user_type_info type_info function(data)
ostream type_info function(data)
More information about the Gcc-help
mailing list