Please tell me if I am doing something wrong or if
the OpenSSL library is just not ready to compile
on Micro$oft Windoze.
I have successfully built the SSLeay libary.
I am trying to build the "Open-SSL" library.
MSC 6.1 / Native NT perl.
I downloaded the latest openssl code and issued the
following commands..
perl Configure VC-WIN32
perl util\mkfiles.pl > MINFO
perl util\mk1mf.pl no-asm VC-WIN32 dll > ms\ntdll.mak
nmake.exe -f ms\ntdll.mak
nmake reports the following error:
ms\ntdll.mak(32) : fatal error U1001: syntax error : illegal character
'{' in macro
Stop.
The offending line is:
LINK=${CC}
The matching line in the SSLeay generated makefile is:
LINK=link
There are other errors as well:
LFLAGS=${CFLAGS}
should be
LFLAGS=/nologo /subsystem:console /machine:I386 /opt:ref
When these lines are fixed I get the error:
mkdir outinc/openssl
The syntax of the command is incorrect.
NMAKE : fatal error U1077: 'mkdir' : return code '0x1'
Stop.
Obviously the "/" is the problem here.
Is there some other configure command that I should use to get
this to compile?
Whats up?
-Jon
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]