Displaying 1 result from an estimated 1 matches for "ddso_dl".
2002 Jul 12
2
HP-UX slow login problem found?
...ration. I've
found though that HP's ANSI C compiler with the correct optimization
arguments is able to produce some PA-RISC 2.0 specific instructions
which make it very fast in comparison (say by 100 clock cycles).
cc +O3 +ESlit +DA2.0 +DS2.0 -Ae \
-DOPENSSL_THREADS -D_REENTRANT -DDSO_DL -DOPENSSL_NO_KRB5 \
-I/opt/gnu/include \
-DOPENSSL_NO_RC5 -DOPENSSL_NO_IDEA -D_REENTRANT \
-DB_ENDIAN -DMD32_XARRAY -c bn_word.c -o bn_word.o
Also throw in +Z if you're trying to make a shared library (but see
note about pa-risc2.s file above).
Except for those two files (pa...