Re: Build openssl on HP with support for Standard C++ library

2001-04-04 Thread Lutz Jaenicke
On Wed, Apr 04, 2001 at 01:36:21PM +0200, Richard Levitte - VMS Whacker wrote: > From: Janne Blomqvist <[EMAIL PROTECTED]> > > jebl> aCC or aC++ is HP's C++ compiler. The RogueWave Standard C++ > jebl> Library 2.2.1 is bundled with HP aC++ 01.27. To use it you have > jebl> to specify -AA, include

Re: Build openssl on HP with support for Standard C++ library

2001-04-04 Thread Richard Levitte - VMS Whacker
From: Janne Blomqvist <[EMAIL PROTECTED]> jebl> aCC or aC++ is HP's C++ compiler. The RogueWave Standard C++ jebl> Library 2.2.1 is bundled with HP aC++ 01.27. To use it you have jebl> to specify -AA, include paths are changed to include_std and jebl> libraries are libstd_v2 and libCsup_v2. The m

Re: Build openssl on HP with support for Standard C++ library

2001-04-04 Thread Janne Blomqvist
Hi, aCC or aC++ is HP's C++ compiler. The RogueWave Standard C++ Library 2.2.1 is bundled with HP aC++ 01.27. To use it you have to specify -AA, include paths are changed to include_std and libraries are libstd_v2 and libCsup_v2. The macro -D_RWSTD_MULTI_THREAD is used instead of -D_THREAD_SAFE w

Re: Build openssl on HP with support for Standard C++ library

2001-04-04 Thread Lutz Jaenicke
On Wed, Apr 04, 2001 at 12:14:48PM +0200, Richard Levitte - VMS Whacker wrote: > I've never heard of aCC before, so I haven't tried it, and it hasn't > been reported here that I can remember. I'm curious to know what > exactly -AA does that makes those object files different... Many years ago HP

Re: Build openssl on HP with support for Standard C++ library

2001-04-04 Thread Richard Levitte - VMS Whacker
From: Janne Blomqvist <[EMAIL PROTECTED]> jebl> We are using openssl 0.9.6 on HP-UX 10.20. jebl> The two compilers that can be used is cc and gcc. jebl> I would like to use aCC (01.27) with the new standard c++ library (with jebl> switches -AA -D_RWSTD_MULTI_THREAD) jebl> I have succeded in build

Re: Build openssl on HP with support for Standard C++ library

2001-04-04 Thread Lutz Jaenicke
On Wed, Apr 04, 2001 at 10:45:24AM +0200, Janne Blomqvist wrote: > We are using openssl 0.9.6 on HP-UX 10.20. > The two compilers that can be used is cc and gcc. > I would like to use aCC (01.27) with the new standard c++ library (with > switches -AA -D_RWSTD_MULTI_THREAD) > I have succeded in bui

Build openssl on HP with support for Standard C++ library

2001-04-04 Thread Janne Blomqvist
Hi, We are using openssl 0.9.6 on HP-UX 10.20. The two compilers that can be used is cc and gcc. I would like to use aCC (01.27) with the new standard c++ library (with switches -AA -D_RWSTD_MULTI_THREAD) I have succeded in building everything with gcc, but the libraries wouldn't be compatible wi