On Mon, Apr 22, 2002 at 08:21:42AM +0200, Richard Levitte - VMS Whacker wrote:
> dkaufman> After running "make depend", the next error is due to lack
> dkaufman> of "bn_sub_part_words". This was addressed in my patch for
> dkaufman> both DJGPP and Cygwin. 
> 
> Ah, so that's what that is about.
> 
> Tell me something, do you get those same errors when you configure
> without excluding any algorithm (basically, just a plain "./config")?
> If not, it might be worth looking into what gets different with the
> exclusions...

This is for the current version as in CVS.  I did 

  make depend && ./config && make
  
on Cygwin and the above errors still strike:

gcc -o openssl -DMONOLITH -I.. -I../include  -DOPENSSL_SYSNAME_CYGWIN32 
-DOPENSSL_THREADS  -DDSO_WIN32 -DOPENSSL_NO_KRB5 -DTERMIOS -DL_ENDIAN 
-fomit-frame-pointer -O3 -m486 -Wall openssl.o verify.o asn1pars.o req.o dgst.o dh.o 
dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.o 
dsa.o dsaparam.o ecdsa.o ecdsaparam.o x509.o genrsa.o gendsa.o s_server.o s_client.o 
speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o ciphers.o 
nseq.o pkcs12.o pkcs8.o spkac.o smime.o rand.o engine.o ocsp.o  -L.. -lssl  -L.. 
-lcrypto  ; \
fi
../libcrypto.a(bn_mul.o)(.text+0x44b):bn_mul.c: undefined reference to 
`bn_sub_part_words'
[...]

so it's pretty generic.

Corinna

-- 
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to