Hi,

I'm compiling openssl-0.9.3a on a NetBSD-x86 1.4 box, with configuration
option:

    sh config -L`pwd`/../rsaref-2.0/local/ rsaref -fPIC

When I do 'make', it stops on

gcc -I.. -I../../include -DRSAref -fPIC -DTERMIOS -D_ANSI_SOURCE -O3 
-fomit-frame-pointer -m486 -Wall  -c read_pwd.c
read_pwd.c: In function `des_read_pw':
read_pwd.c:267: warning: implicit declaration of function `fileno'
read_pwd.c: In function `pushsig':
read_pwd.c:387: storage size of `sa' isn't known
read_pwd.c:404: warning: implicit declaration of function `sigaction'
read_pwd.c:404: invalid use of undefined type `struct sigaction'
read_pwd.c:387: warning: unused variable `sa'
read_pwd.c: In function `popsig':
read_pwd.c:430: invalid use of undefined type `struct sigaction'
read_pwd.c: At top level:
read_pwd.c:188: storage size of `savsig' isn't known
*** Error code 1

If I compile this file without the -D_ANSI_SOURCE flag then I can
continue beyond this point in the build.

Eric
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to