>  What I don't understand is the following.
> 
> crypto/rc4/Makefile.ssl contains the following:
> 
>   RC4_ENC=rc4_enc.o
>   # or use
>   #RC4_ENC=asm/rx86-elf.o
>   #RC4_ENC=asm/rx86-out.o
>   #RC4_ENC=asm/rx86-sol.o
>   #RC4_ENC=asm/rx86bdsi.o
> 
> Even though it's supposed to build rc4_enc.o to get the RC4 function(s),
> it builds asm/rx86-out.o instead.

RC4_ENC gets overriden from top Makefile.

As for .*_end symbols. Apparently there're more... Any particular reason
why are you complaining just about .RC4_end?

> Until I found a solution for that linker problem (which is a linker bug,
> apparently) I'd like to build the Cygwin version using rc4_enc.o.  How
> can I do that most cleanly?

By fixing rx86-out.o:-) A.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to