On Thu, Mar 17, 2005, Trent Mick wrote:

> 
>     ...
>     link /nologo /subsystem:console /machine:IA64 /opt:ref /dll 
> /out:out64dll\libeay64.dll /def:ms/LIBEAY64.def 
> @C:\DOCUME~1\trentm\LOCALS~1\Temp\nm6.tmp
>     LINK : fatal error LNK1104: cannot open file 'ms/LIBEAY64.def'
>     LINK : fatal error LNK1141: failure during build of exports file
>     NMAKE : fatal error U1077: 'link' : return code '0x475'
> 
> I don't really know where to go from here.
> 
> 
> As I said above, any help would be appreciated.
> 

Well with the disclaimer that I don't have access to the appopriate platform
and I've had nothing to do with that code...

This looks like the DEF file isn't being built by default.

If this follows the usual patter you could try:

perl util/mkdef.pl 64 crypto >ms\LIBEAY64.def
perl util/mkdef.pl 64 ssl >ms\SSLEAY64.def

If it doesn't like the 64 try 32.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to