This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
BUG Report for gcc 2.95.[12] on HP-UX B.11.00
- To: "'gcc-bugs at gcc dot gnu dot org'" <gcc-bugs at gcc dot gnu dot org>
- Subject: BUG Report for gcc 2.95.[12] on HP-UX B.11.00
- From: Alexander Indenbaum <baum at extent dot com>
- Date: Tue, 22 Aug 2000 21:19:46 +0300
GCC version : 2.95.1 ( exists also in 2.95.2 )
System type: HP-UX B.11.00 A 9000/785
Options you passed to the compiler: -D_PTHREADS
Preprocessed output of the source file: attached
Source:
int main()
{
std::vector<int> iVec;
}
Build procedure:
g++ -D_PTHREADS -v --save-temps -c test.c
Reading specs from /usr/local/lib/gcc-lib/hppa2.0w-hp-hpux11.00/2.95.1/specs
gcc version 2.95.1 19990816 (release)
/usr/local/lib/gcc-lib/hppa2.0w-hp-hpux11.00/2.95.1/cpp -lang-c++ -v
-D__GNUC__=2 -D__GNUG__=2 -D__GNUC_MINOR__=95 -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_PTHREADS test.c test.ii
GNU CPP version 2.95.1 19990816 (release) (hppa)
#include "..." search starts here:
#include <...> search starts here:
/usr/local/lib/gcc-lib/hppa2.0w-hp-hpux11.00/2.95.1/../../../../include/g++-
3
/usr/local/include
/usr/local/lib/gcc-lib/hppa2.0w-hp-hpux11.00/2.95.1/../../../../hppa2.0w-hp-
hpux11.00/include
/usr/local/lib/gcc-lib/hppa2.0w-hp-hpux11.00/2.95.1/include
/usr/include
End of search list.
The following default directories have been omitted from the search path:
End of omitted list.
/usr/local/lib/gcc-lib/hppa2.0w-hp-hpux11.00/2.95.1/cc1plus test.ii -quiet
-dumpbase test.cc -version -o test.s
GNU C++ version 2.95.1 19990816 (release) (hppa2.0w-hp-hpux11.00) compiled
by GNU C version 2.95.1 19990816 (release).
/usr/local/hppa2.0w-hp-hpux11.00/bin/as -o test.o test.s
g++ -o test test.o -lpthread
/bin/ld: Unsatisfied symbols:
__default_alloc_template<true, 0>::_S_start_free(data)
__default_alloc_template<true, 0>::_S_heap_size(data)
__default_alloc_template<true, 0>::_S_end_free(data)
__default_alloc_template<true, 0>::_S_node_allocator_lock(data)
__default_alloc_template<true, 0>::_S_free_list(data)
collect2: ld returned 1 exit status
make: *** [test] Error 1
Alexander Indenbaum
test.ii.gz