Steve, You are correct, I was going from memory which isn't always the best. I was using nmake -f ms\ntdll.mak as you point out. I tried nmake -f ms\nt.mak as well with similar results.
I might note that it does start to work...it does a bunch of stuff and then fails at not knowing how to build something (I think the failure was at .\.\e_os.h). Dave -----Original Message----- From: Dr. Stephen Henson [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 2:16 PM To: [EMAIL PROTECTED] Subject: Re: Windows build problems On Fri, Aug 08, 2003, Dave Hoffer wrote: > I have been trying to build the version 0.9.6 on Windows. I have followed > the build instructions but I have problems linking. I can configure perl > ok. Issuing ms\do_ms does not seem to cause any errors. However when I run > the nmake -f ntdll.mak command I get a link error. I think it was > complaining about not knowing how to build .\.\e_os.h??! > Are you really doing: nmake -f ntdll.mak or the correct command as it says in INSTALL.W32: nmake -f ms\ntdll.mak Steve. -- Dr Stephen N. Henson. Core developer of the OpenSSL project: http://www.openssl.org/ Freelance consultant see: http://www.drh-consultancy.demon.co.uk/ Email: [EMAIL PROTECTED], PGP key: via homepage. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
