i'm trying to get a product of ours to work on HP-UX. we are using gcc. it seems to build fine but:
1) when i link to a libboost_*.a i get unresolved symbols like this:
prompt> g++ -I/home/mgarriss/dev/tp-compiled/include/boost-1_31_0 test.cxx -L/home/mgarriss/dev/tp-compiled/lib/boost-1_31_0 -lboost_regex-gcc -pthread /usr/bin/ld: Unsatisfied symbols: std::allocator<char>::allocate(unsigned long, void const*)(first referenced in /home/mgarriss/dev/tp-compiled/lib/boost-1_31_0/libboost_regex-gcc.a(instances.o)) prompt> uname -a HP-UX unknown B.11.11 U 9000/800 180901557 unlimited-user license
I've no idea really, but the messages at http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=221587 indicate that you may have a gcc version built for HP-UX 11.10, which apparently can lead to these problems, Don't know if this will help, John.