Hello,
I download new version. I had problems with compiling I get this
message:

.\crypto\bn\bn_prime.h
        1 zkopírovaných souboru.
        copy nul+ .\crypto\bio\bss_file.c tmp32\bss_file.c
nul
.\crypto\bio\bss_file.c
        1 zkopírovaných souboru.
NMAKE : fatal error U1073: don't know how to make '.\crypto\objects\obj_dat.h'
Stop.

I look more deeply at ./Configure output and I saw this

sh: cryptoobjectsobjects.h: No such file or directory

In source of ./Configure on line 727 is written:
        system "perl crypto/objects/obj_dat.pl <crypto\\objects\\objects.h 
>crypto\\objects\\obj_dat.h";
correct version is:
        system "perl crypto/objects/obj_dat.pl <crypto\\\\objects\\\\objects.h 
>crypto\\\\objects\\\\obj_dat.h";

I don't understand, but I gues that problem is cause by fact that
I'm using Perl5 compiled in CygWin environment. 

I have not native perl for Win32 so I can't test this more ...

Just bug report.

Thanks for great work.
-- 
                            Jan Tomasek,          student FEL-CVUT
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                            e-mail: [EMAIL PROTECTED]
                            www: http://mujweb.cz/web/tomasek/   
                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~H~


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to