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]

yesterday's snapshot on hpux-10.20, hpux-11.0


Hi!

First the good news:
I was able to build the 13092000 snapshot on both
hpux-platforms 10.20 and 11.0
Thanks for Your efforts.


Now the bad news: again that f****** hp linker won't eat the
libs (getting somewhat tired of installing gcc on hpux platforms)

What went wrong?
Is there yet another patch missing?

Is it possible to disable some gcc features,
in order to get at least a working compiler?

There is no such feature like usability ...


-HelloWorld.C---------------------------------------------
#include<iostream>

int main() {
  std::cout << "Why does hp not massively support g++?" << endl;
}
----------------------------------------------------------




.../experimental > uname -a
HP-UX ***** B.10.20 A 9000/785 2013100115 two-user license
.../experimental > g++ HelloWorld.C
/usr/ccs/bin/ld: Unsatisfied symbols:
   __builtin_delete (code)
   bad_typeid virtual table(data)
   ios virtual table(data)
   type_info type_info function(code)
   stdiobuf virtual table(data)
   type_info virtual table(data)
   bad_cast virtual table(data)
   bad_typeid::~bad_typeid(void)(code)
   bad_cast type_info function(code)
   ostream::operator<<(ostream &(*)(ostream &))(code)
   filebuf virtual table(data)
   ios type_info function(code)
   exception type_info function(code)
   exception virtual table(data)
   bad_cast::~bad_cast(void)(code)
   bad_typeid type_info function(code)
   __builtin_vec_delete (code)
   __builtin_vec_new (code)
   __user_type_info type_info function(code)
collect2: ld returned 1 exit status



.../experimental > uname -a
HP-UX ***** B.11.00 A 9000/785 2006288039 two-user license
.../experimental > g++ HelloWorld.C
/usr/ccs/bin/ld: Unsatisfied symbols:
   ostream::operator<<(ostream &(*)(ostream &))(code)
   bad_cast virtual table(data)
   exception virtual table(data)
   __user_type_info type_info function(code)
   __builtin_vec_delete (code)
   type_info virtual table(data)
   exception type_info function(code)
   bad_cast::~bad_cast(void)(code)
   stdiobuf virtual table(data)
   bad_typeid virtual table(data)
   __builtin_vec_new (code)
   ios virtual table(data)
   bad_typeid::~bad_typeid(void)(code)
   __builtin_delete (code)
   bad_cast type_info function(code)
   type_info type_info function(code)
   bad_typeid type_info function(code)
   ios type_info function(code)
   filebuf virtual table(data)
collect2: ld returned 1 exit status



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