Hi,

> On Sat, Mar 04, 2000 at 10:57:55AM +0100, Bodo Moeller wrote:
>
> Strange.  What does the output of 'nm libcrypto.a' look like?
>
> I asked him for a make transcript (I don't know why "make report" tried
> to run the test in the first place).  The compilation failed with
>
> cc -I.. -I../../include -O -Wall -c md_rand.c
> md_rand.c:303: undefined type, found `pid_t'

Yes, of course :-), that's a problem that occurs again and again on NEXTSTEP  
and OPENSTEP systems, a simple:

#ifdef NeXT
#ifndef pid_t
#define pid_t int
#endif
#endif

will fix that problem :-), a much bigger problem is that it is almost  
impossible with the OpenSSL project to build FAT (MAB) libs and programs, for  
example, I could build (with one compiler run) the OpenSSL-Lib on NEXTSTEP for  
four architectures, INTEL, SPARC, M68K and HPPA... try it :-), it is not that  
nice with the configure scripts and makefiles from OpenSSL...

Bye,

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

Reply via email to