Hi:

i got around this problem by turning off the compiler optimization
flag "-O3" when trying to compile the file bn_asm.c in the crypto
directory.  Now, the build seems to be working okay. 

thanks for the help.

ravi

Andy Polyakov <[EMAIL PROTECTED]> wrote:
>> OpenSSL version:  0.9.5
>> Target:           hpux-parisc-gcc
>> Compiler:         gcc version cygnus-2.7-96q4
>                                ^^^^^^^^^^^^^^^ have never seen anything
>like it...
>> 
>> Failure!
>> ----------------------------------------------------------------------------
>-
>> c_rehash: rehashing skipped ('openssl' program not available)
>>         touch rehash.time
>> testing...
>>         gcc -I../include -DTHREADS  -O3 -DB_ENDIAN -DBN_DIV2W -c bntest.c
>>         gcc -o bntest -I../include -DTHREADS  -O3 -DB_ENDIAN -DBN_DIV2W bnte
>st.o -L. -L.. -L../.. -L../../.. -L.. -lcrypto
>> /bin/ld: Unsatisfied symbols:
>>    BIO_new (code)
>Well, you should look for the error earlier in the output. It looks like
>something is really broken and whatever it is it's very likely have
>nothing to do with OpenSSL. I mean you maybe can't link with *any*
>libwhatever.a you create yourself...
>
>Andy.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to