Guillaume Filion schrieb:
> 
> > Guillaume Filion <[EMAIL PROTECTED]>:
> >
> > > I tried to compile Openssl 0.9.5a beta 1 on SunOS 4.1.4 1 and it
> > > didn't worked (note that I never tried to compile an earlier/stable
> > > version on SunOS...).
> > [...]
> > > bss_bio.c:217: `ssize_t' undeclared (first use this function)
> >
> > Try "./config -Dssize_t=int".
> >
> 
> It didn't worked either:
> 
> rupert:~/openssl-0.9.5a-beta1> ./config -Dssize_t=int
> Operating system: sun4u-sun-solaris2
> Configuring for solaris-sparcv9-cc

The first time was configured for gcc:

> ragueneau:~/openssl-0.9.5a-beta1> ./config
> Operating system: sun4m-sun-sunos4
> Configuring for sunos-gcc

Please check, whether the config script really choosed
at one tim gcc and the second time cc without any obvious reason.

I had the compile run at an old ELC (It took more then 2 
hours just to compile!!!) I can confirm that the define
-Dssize_t=int solves the problem that the compile chocked.

Unfortunately there is a little problem since for some reason
both sys/ioctl.h and termios.h were included which leads to 
warnings about redifinitions like ECHO or NL0.
And even worse, three symbols are not available: "memmove",
"strerror" and "strtoul". This, ofcourse, prevents tests.
Unfortunatley I don't have time right now to further investigate 
the problem. Eventually the installation is just crap.

-- 
Holger Reif                  Tel.: +49 361 74707-0
SmartRing GmbH               Fax.: +49 361 7470720
Europaplatz 5             [EMAIL PROTECTED]
D-99091 Erfurt                    WWW.SmartRing.de
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to