Re: libssl.sl under HP-UX 10.20 and HP cc

2000-11-16 Thread Lutz Jaenicke
On Thu, Nov 16, 2000 at 04:39:32PM -0300, Guillermo Lama wrote: > I've tried to compile the dynamic librires using > the script that comes within the distribution for hpux. > > But it gives this error > > linking libcrypto.so.1 > ld -b -s -z

libssl.sl under HP-UX 10.20 and HP cc

2000-11-16 Thread Guillermo Lama
I've tried to compile the dynamic librires using the script that comes within the distribution for hpux. But it gives this error linking libcrypto.so.1 ld -b -s -z +h libcrypto.so.1 -o libcrypto.so.1 `cat objlist` -lc ld: Invalid loader fixup

Re: libssl.sl under HP-UX 10.20 and HP cc

2000-11-07 Thread Lutz Jaenicke
On Tue, Nov 07, 2000 at 11:38:21AM -0300, Guillermo Lama wrote: > I'm trying to generate the dynamic libraries, libcrypto.sl and libssl.sl > under HP-UX 10.20 using HP C compiler. > I've modified the options adding +Z to have PIC position-independent code > and removing the optimization options f

libssl.sl under HP-UX 10.20 and HP cc

2000-11-07 Thread Guillermo Lama
Hi: I'm trying to generate the dynamic libraries, libcrypto.sl and libssl.sl under HP-UX 10.20 using HP C compiler. I've modified the options adding +Z to have PIC position-independent code and removing the optimization options from the cc compiler. I've tried to generate the dynimic libraries