Hi,
My environment (path) is set up to first search the cygwin/bin
directory, and only afterwards the rest [because of some issues I had
with the 'find' command]. Inside my path is set C:\Program Files\nasm
where the latest nasm-compiler from SF is located (nasm.exe).
perl Configure no-shared --prefix=C:\__SVN__\project\bin VC-WIN32
--> Works nice
ms\\do_nasm
--> Works nice
nmake -f ms\\ntdll.mak
--> Errors:
The first issue I get is that it tries to compile against "nasmw".
This is not included anymore (probably it was a few years ago, but not
any longer). Maybe there should be a check first on nasmw.exe and then
on nasm.exe to determine which nasm executable to use.
The second issue (I copied nasm.exe -> nasmw.exe) is when installing
it stops with the following errors:
perl util/copy.pl inc32\openssl\*.[ch]
C:\__SVN__\QuickFile\bin\include\openssl
Need at least two filenames at util/copy.pl line 25.
NMAKE : fatal error U1077: 'C:\cygwin\bin\perl.EXE' : return code '0xff'
It never receives the first variable passed to the command.
Changing the "\" into "\\" in the first parameter solves this issue.
Greetings
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [EMAIL PROTECTED]