On 06/27/2012 12:13, Alexandru Geana <a...@alegen.net> wrote:
>
> Hello!
> 
> I keep getting an error while trying to build openssl and am hoping 
> someone
> can help me with this.
> 
> I am trying to build on windows with VC++ and the steps that I take 
> are as
> follows:
> 
> 1) perl Configure VC-WIN32 --prefix="the openssl directory"
> 2) ms\do_nasm
> 3) nmake -f ms\ntdll.mak
> 
> At the third step I when it gets to:
> 
> Building OpenSSL
> 
>         perl crypto\x86cpuid.pl win32n /MD (and many many 
> arguments...)
> 
> 
> it ends with
> 
> The system cannot find the path specified.
> 
> NMAKE : fatal error U1077: 'perl' : return code '0x1'
> 
> Stop.
> 
> Does anyone know what I'm doing wrong here?
> 
> Best regards,
> *Alex G.*
> E-mail address: *a...@alegen.net*



So, you have perl installed, since step 1 works, but then nmake can't 
find it in your path?

Ah, you might want to check the makefile (ms\ntdll.mak) and see what 
it defines PERL to be.

I don't have MASM (the assembler), so I add "no-asm" to my perl 
Configure command, and then it doesn't need to run perl (nor the 
assembler).

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to