Re: libeay32.lib giving some link errors while using on Windows

2005-06-01 Thread Qadeer Baig
Great thanks Rush! This exercise did solve the problems :-) Now I see that this problem with nt.mak has already been pointed out by "Matyas Majzik" in one of his emails to this group. Thanks and regards, -- Qadeer Baig On 6/1/05, Rush Manbert <[EMAIL PROTECTED]> wrote: > Hi Qadeer, > > I just

Re: libeay32.lib giving some link errors while using on Windows

2005-06-01 Thread Rush Manbert
Hi Qadeer, I just went through the exercise of building the openssl libraries for Win32 and for the Mac. I also built and installed libxml, libxslt, and xmlsec. This matters because xmlsec links against openssl. I discovered that the generated makefiles for Win32 hard code /MD into the compi

libeay32.lib giving some link errors while using on Windows

2005-06-01 Thread Qadeer Baig
Hi all, I am having some linking problems while using "libeay32.lib" on windows (see link errors below). I created libeay32.lib on windows by compiling openssl source as described in "INSTALL.W32" by carrying out following steps: 1. > perl Configure VC-WIN32 2. > ms\do_ms 3. > nmake -f ms\nt.m