I'm trying to compile Python 2.4.1 with SSL support using one of the latest snapshots from
openssl, 'openssl-0.9.7-stable-SNAP-20050505'.
While compiling in Visual Studio 2003 I got the following error:
--- snip ---
cl /nologo ../Modules/_ssl.c c:\temp\python_build\openssl-0.9.7-stable-SNAP-20050505/out32.dbg/libeay32.lib c:\temp\python_build\openssl-0.9.7-stable-SNAP-20050505/out32.dbg/ssleay32.lib /Od /Zi /MDd /LDd /DDEBUG /D_DEBUG /Fox86-temp-debug/_ssl\_ssl_d.obj -I ../Include -I ../PC -I c:\temp\python_build\openssl-0.9.7-stable-SNAP-20050505/inc32 /link /out:_ssl_d.pyd gdi32.lib wsock32.lib /libpath:c:\temp\python_build\openssl-0.9.7-stable-SNAP-20050505/out32.dbg libeay32.lib ssleay32.lib
_ssl.c
Creating library _ssl_d.lib and object _ssl_d.exp
libeay32.lib(cryptlib.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _OPENSSL_showfatal
_ssl_d.pyd : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
[7083 refs]
Project : error PRJ0019: A tool returned an error code from "Performing Makefile project actions"
--- snap ---
Does somebody have an idea of what is missing ?
user32.lib. You must be using 3rd party makefile and it went out of sync with ours. A.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager [EMAIL PROTECTED]