Any help would be appreciated in determining the error referenced below.
This is when running the initial make.
gcc -I.. -I../../include -DTHREADS -D_REENTRANT -DL_ENDIAN -DTERMIO -O3
-fomit-f
rame-pointer -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c enc_writ.c
-o en
c_writ.o
enc_writ.c: In function `des_enc_write':
enc_writ.c:159: `EINTR' undeclared (first use this function)
enc_writ.c:159: (Each undeclared identifier is reported only once
enc_writ.c:159: for each function it appears in.)
make[2]: *** [enc_writ.o] Error 1
make[2]: Leaving directory `/usr/local/src/openssl-0.9.4/crypto/des'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/usr/local/src/openssl-0.9.4/crypto'
make: *** [all] Error 1
[root@mailhost openssl-0.9.4]# ./config -t
Operating system: i686-whatever-linux2
Configuring for linux-elf
/usr/bin/perl ./Configure linux-elf
[root@mailhost openssl-0.9.4]#
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]