Re: Cygwin compilation fails with 0.9.7-stable

2002-12-15 Thread Doug Kaufman
On Sun, 15 Dec 2002, Richard Levitte - VMS Whacker wrote: In message [EMAIL PROTECTED] on Sat, 14 Dec 2002 23:41:00 -0800 (PST), Doug Kaufman [EMAIL PROTECTED] said: dkaufman ../libcrypto.a(dx86-out.o)(.text+0x68):des-586.s: undefined reference to `DES_SPtrans' dkaufman

Re: Cygwin compilation fails with 0.9.7-stable

2002-12-15 Thread Andy Polyakov
Richard Levitte - VMS Whacker wrote: In message [EMAIL PROTECTED] on Sat, 14 Dec 2002 23:41:00 -0800 (PST), Doug Kaufman [EMAIL PROTECTED] said: dkaufman gcc -o openssl -DMONOLITH -I.. -I../include -DOPENSSL_SYSNAME_CYGWIN32 -DOPENSSL_THREADS -DDSO_WIN32 -DOPENSSL_NO_KRB5

Re: Cygwin compilation fails with 0.9.7-stable

2002-12-15 Thread Andy Polyakov
dkaufman ../libcrypto.a(dx86-out.o)(.text+0x68):des-586.s: undefined reference to `DES_SPtrans' dkaufman ../libcrypto.a(dx86-out.o)(.text+0xf3a):des-586.s: undefined reference to `DES_SPtrans' dkaufman ../libcrypto.a(yx86-out.o)(.text+0x9):crypt586.s: undefined reference to `DES_SPtrans'

Re: Cygwin compilation fails with 0.9.7-stable

2002-12-15 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Sun, 15 Dec 2002 01:20:33 -0800 (PST), Doug Kaufman [EMAIL PROTECTED] said: dkaufman It has _DES_SPtrans, but not DES_SPtrans. Results of nm follow: Ah, C compilers do that, that's true... -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED]

Cygwin compilation fails with 0.9.7-stable

2002-12-14 Thread Doug Kaufman
I am getting errors related to the asm modules of crypto/des when trying to compile the latest 0.9.7-stable under Cygwin. I am not sure how to fix this. The error message is attached. Note that this has only been tested by me when configured with no-shared no-idea no-rc5 no mdc2. I haven't tested