> When building OpenSSL we do not succeed in building the NT debug dll
> without changing the OpenSSL build files. As can be seen in the dump
> below (see error) cl failes to create/open database file
> '<path>\openssl-1.0.0a\tmp32dll\lib.pdb' this is not strange since when
> we look in the '<path>\openssl-1.0.0a\' there is no folder called
> 'tmp32dll', but there is one called 'tmp32dll.dbg'.
> 
> *Workaround:*
> We looked in the '.mak' file and noticed that '.dbg' was not appended
> to 'APP_CFLAG= /Zi /Fdtmp32dll/app' and 'LIB_CFLAG= /Zi /Fdtmp32dll/lib
> -D_WINDLL', but it was appended to 'TMP_D=tmp32dll.dbg'. So to get it to
> compile we opened the file 'mf1mk.pl' file and removed the append at
> line 230 and 231. This is ofcource a quick fix, but it worked, a more
> proper solution would probobly be to append the '.dbg' to 'APP_CFLAG'
> and 'LIB_CFLAG' too.

Approach depicted in http://cvs.openssl.org/chngview?cn=19710 was chosen
to address the problem. Thanks for report. A.


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

Reply via email to