> I'm trying to install OpenSSL 0.9.4 on a Sun Netra computer with Solaris
> 2.6, and I get the following error message wen running 'make':
> 
> In file included from /usr/include/termios.h:13,
>                  from read_pwd.c:133:
> /usr/include/sys/termios.h:376: parse error before `uint32_t'
> /usr/include/sys/termios.h:376: warning: no semicolon at end of struct or
> union
> make[2]: *** [read_pwd.o] Error 1
> make[2]: Leaving directory `/export/openssl-0.9.4/crypto/des'
> make[1]: *** [subdirs] Error 1
> make[1]: Leaving directory `/export/openssl-0.9.4/crypto'
> make: *** [all] Error 1
> 
> The output of ./config -t looks like follows:
> Operating system: sun4m-sun-solaris2
> Configuring for solaris-sparcv8-gcc
> /usr/bin/perl ./Configure solaris-sparcv8-gcc
> 
I can't reproduce the problem... And it doesn't sound like OpenSSL
specific problem... What happens if you try to compile a.c containing
nothing but #include <termios.h>?

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

Reply via email to