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
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
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
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