In message <[EMAIL PROTECTED]> on Fri, 20 Dec 2002 09:01:40
+0100 (MET), "Lutz Jaenicke via RT" <[EMAIL PROTECTED]> said:
rt> > * lots of messages during 'make depend' apparently from the pre-processor:
rt> > ../util/domd .. -MD makedepend -- -DOPENSSL_THREADS -D_REENTRANT -DDSO_DL
-DOPENSSL_NO_KRB5 -DOPENSSL_NO_IDEA -DOPENSSL_NO_ASM +DA2.0 +DS2.0 +O3
+Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -I. -I..
-I../include -DOPENSSL_NO_IDEA -- cryptlib.c mem.c mem_clr.c mem_dbg.c cversion.c
ex_data.c tmdiff.c cpt_err.c ebcdic.c uid.c o_time.c
rt> > "cryptlib.c":433: !defined(_POSIX_C_SOURCE) || (_POSIX_C_SOURCE < 199309L)
rt>
rt> Don't know about this one... Do you have "makedepend" on your system,
rt> otherwise gcc is being used. Maybe some flag is missing.
Small correction: gcc is used instead of makedepend only if the
compiler is exactly "gcc". The following line in Configure sets that
up:
s/^MAKEDEPPROG=.*$/MAKEDEPPROG= $cc/ if $cc eq "gcc";
--
Richard Levitte \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
\ SWEDEN \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
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
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]