Compilation Problem on True64 V4.0f(!)

2000-09-19 Thread Achim Spangler
Hi, compiling openssl 0.9.6 or 0.9.5a on a True64 V4.0f (f is important) DEC Alpha 3000/300 fails, because of some problems with signal.h . The compiler complains during compilation of crypto/bio/bss_fd.c about line 486 in /usr/include/sys/signal.h If I use signal.h of version V4.0e, everything

Re: Compilation Problem on True64 V4.0f(!)

2000-09-19 Thread Richard Levitte - VMS Whacker
From: Achim Spangler <[EMAIL PROTECTED]> spangler> spangler> #if defined(_POSIX_C_SOURCE) \ spangler> && (_POSIX_C_SOURCE >= 199506L) \ spangler> && !defined(_V40_OBJ_COMPAT) spangler> # ifdef __DECC spangler> # pragma extern_prefix "_P" spangler> # else spangler> #

Re: Compilation Problem on True64 V4.0f(!)

2000-09-19 Thread Achim Spangler
Richard Levitte - VMS Whacker schrieb: > > From: Achim Spangler <[EMAIL PROTECTED]> > > spangler> > spangler> #if defined(_POSIX_C_SOURCE) \ > spangler> && (_POSIX_C_SOURCE >= 199506L) \ > spangler> && !defined(_V40_OBJ_COMPAT) > spangler> # ifdef __DECC > spangler>

Re: Compilation Problem on True64 V4.0f(!)

2000-09-19 Thread Richard Levitte - VMS Whacker
From: Achim Spangler <[EMAIL PROTECTED]> spangler> The error message is as follows: spangler> cc -I.. -I../../include -std1 -tune host -O4 -readonly_strings -c spangler> bss_fd.c spangler> cc: Error: /usr/include/sys/signal.h, line 486: In the declaration of spangler> "__P_C", a function cannot r

Re: Compilation Problem on True64 V4.0f(!)

2000-09-19 Thread Ben Laurie
Richard Levitte - VMS Whacker wrote: > > From: Achim Spangler <[EMAIL PROTECTED]> > > spangler> The error message is as follows: > spangler> cc -I.. -I../../include -std1 -tune host -O4 -readonly_strings -c > spangler> bss_fd.c > spangler> cc: Error: /usr/include/sys/signal.h, line 486: In the d