> Have attempted another build using Win 32 option
>                 perl  Configure  VC-WIN32  no-asm  no-hw
> 
> ms\do_ms completes without error or warnings.
> 
> Running   nmake -f ms\ntdll.mak  compiles all C code but generates the 
> following error on linking
>         rc /fo"tmp32dll\libeay32.res" /d CRYPTO ms\version32.rc
> Microsoft (R) Windows (R) Resource Compiler Version 6.2.9200.16384
> Copyright (C) Microsoft Corporation.  All rights reserved.
> 
>         link /nologo /subsystem:console /opt:ref /debug /dll 
> /out:out32dll\libeay32.dll /def:ms/LIBEAY32.def 
> @C:\Users\nmangino\AppData\Local\Temp\nm9D07.tmp
>    Creating library out32dll\libeay32.lib and object out32dll\libeay32.exp
> bss_fd.obj : error LNK2001: unresolved external symbol _OPENSSL_UplinkTable
> bss_file.obj : error LNK2019: unresolved external symbol _OPENSSL_UplinkTable 
> referenced in function
>  _BIO_new_file
> b_dump.obj : error LNK2001: unresolved external symbol _OPENSSL_UplinkTable
> out32dll\libeay32.dll : fatal error LNK1120: 1 unresolved externals
> NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 
> 11.0\VC\BIN\link.EXE"' :
>  return code '0x460'
> Stop.

I can't reproduce it. You tried to build for another platform earlier.
If it was in same directory you probably have to delete tmp32dll.


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to