Operating System - HP-UX
1833771 Members
2227 Online
110063 Solutions
New Discussion

You don't seem to have STL support in your C++ compiler

 
BR769215
Occasional Advisor

You don't seem to have STL support in your C++ compiler

Hi.

I tried install tripwire 2.4.0.1 on HPUX 11.0 system (downloaded from software.hp.com). After install database initialization coredumped. I tried recompile the sources (included in downloaded packet). During command "configure" I got the meassage:

*** You don't seem to have STL support in your C++ compiler.
*** You can try to build tripwire, but it probably won't compile.


checking for pthread_getspecific... no
checking for pthread_getspecific... no
checking for pthread_getspecific... no
configure: error: No posix threads detected, cannot continue.

What can I do ?
2 REPLIES 2
Peter Godron
Honored Contributor

Re: You don't seem to have STL support in your C++ compiler

Hi,
are you sure you have the right code?
I can only find for 11iv1 or 11iv2.

What did you use for the re-compile?

Also:
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
BR769215
Occasional Advisor

Re: You don't seem to have STL support in your C++ compiler

I found only HPUX11i version.
I know, this may be incompatible with HPUX 11.00. But I expected the sources should be independent of platform, OS, etc.
For the re-compile I've only started script "configure" and got the above message.
From the other hand, do You know, where can I downloaded correct version of this software from ?

Best regards