On Wed, Sep 17, 2008 at 6:10 AM, DHARNA, AJAY [AG/1000] <[EMAIL PROTECTED]> wrote: [...] > cl /Fotmp32dll\bn_nist.obj -Iinc32 -Itmp32dll /MD /Ox /O2 /Ob2 [...] > crypto\bn\bn_nist.c(718) : error C2220: warning treated as error - no object [...] > Please let me know how I can get past this error message.
Turn off the commandline switch which forces warnings to be treated as errors (sorry, don't know that one off the top of my head, but it's in the MSVC documentation anyway) and you'd be good to go. I do not use the Win/VC makefiles or Windows configure script (I use MSVC project files for that platform) so the relevant cl.exe commandline switch may be introduced by the configure script, but I expact it's more probably coming from an environment viriable; anyhow 3 places to look for the switch: the makefiles themselves, the Windows config script and your environment variables. -- Met vriendelijke groeten / Best regards, Ger Hobbelt -------------------------------------------------- web: http://www.hobbelt.com/ http://www.hebbut.net/ mail: [EMAIL PROTECTED] mobile: +31-6-11 120 978 -------------------------------------------------- ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]