On Wed, 17 Apr 2002, Richard Levitte - VMS Whacker wrote:
> Changes between 0.9.6c and 0.9.6d include:
>
> o Various SSL/TLS library bugfixes.
> o Fix DH parameter generation for 'non-standard' generators.
There are also 2 new SCO targets sco5-cc-shared and sco5-gcc-shared
sco5-gcc-shared has a problem using the assembler routines.
...
making all in crypto/md5...
[snip]
(cd asm; /usr/bin/perl md5-586.pl cpp >mx86unix.cpp)
gcc -E -DELF -x c asm/mx86unix.cpp | as -o asm/mx86-elf.o
Nonexistent file
cpp: output pipe has been closed
*** Error code 1 (bu21)
...
This would work
gcc -E -DELF -x c asm/mx86unix.cpp | as -o asm/mx86-elf.o -b elf -
For 0.9.6 we should probably just remove ${x86_elf_asm} from
that Configure line.
--
Tim Rice Multitalents (707) 887-1469
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]