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 return a function type. (badreturntype) spangler> extern int __P_C(sigwait) __((const sigset_t *set, int *sig)); spangler> -----------^ spangler> cc: Warning: /usr/include/sys/signal.h, line 486: In the declaration of spangler> "__P_C", a function declarator has an identifier list but is not part of spangler> a function definition. Extraneous parameter names are ignored. spangler> (funcidlis) spangler> extern int __P_C(sigwait) __((const sigset_t *set, int *sig)); spangler> -----------^ spangler> *** Exit 1 That looks very much like a Compaq poopoo... I would guess that the __P_C thingy is a macro that they didn't get quite right. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Chairman@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47 Redakteur@Stacken \ SWEDEN \ or +46-709-50 36 10 Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED] Member of the OpenSSL development team: http://www.openssl.org/ Software Engineer, Celo Communications: http://www.celocom.com/ Unsolicited commercial email is subject to an archival fee of $400. See <http://www.stacken.kth.se/~levitte/mail/> for more info. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
Re: Compilation Problem on True64 V4.0f(!)
Richard Levitte - VMS Whacker Tue, 19 Sep 2000 07:53:38 -0700
- Compilation Problem on True64 V4.0f(!) Achim Spangler
- Re: Compilation Problem on True64 V4.0f... Richard Levitte - VMS Whacker
- Re: Compilation Problem on True64 V... Achim Spangler
- Re: Compilation Problem on True... Richard Levitte - VMS Whacker
- Re: Compilation Problem on ... Ben Laurie