From: Francesco Gennai <[EMAIL PROTECTED]>

Francesco.Gennai> The compilation is currently running, but I have
Francesco.Gennai> already received an Informational and Fatal messages
Francesco.Gennai> (see the attached file). 
Francesco.Gennai> 
Francesco.Gennai> System data:
Francesco.Gennai> AlphaServer 800 5/500
Francesco.Gennai> OpenVMS AXP V7.2-1
Francesco.Gennai> Process Software MultiNet V4.2 Rev A-X 
Francesco.Gennai> DEC C V6.0-001 
Francesco.Gennai> 
Francesco.Gennai> Command used:
Francesco.Gennai> 
Francesco.Gennai> @MAKEVMS ALL NORSAREF NODEBUG DECC

The warning that you got has been fixed.  That socketshr.h can't be
included is an installation problem on your part.  I can very well
understand the mistake, since the SOCKETSHR installation instruction
doesn't say anything about socketshr.h.  However, that one should be
copied to a place where it's visible for the compiler.  Usually, that
would be in SYS$LIBRARY:.

Another alternative is to use UCX emulation, but since the scripts
take SOCKETSHR first if the logical SOCKETSHR exists, you have to say
explcitely that you want UCX:

@MAKEVMS ALL NORSAREF NODEBUG DECC "" UCX

-- 
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
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to