Hello All-

I can't remember getting this error the last time I built OpenSSL from source. I saw a recent archived post where Steve said that this is caused by the MS VC++ v6.0 SP6 environment not being setup correctly, but I'm not sure this is the case here. This is my second development machine with the exact same fatal error message. Arg...

Any ideas please?

Joe

---------------------------------------------------------------------------------------
F:\joe\openssl-0.9.8e>ver

Microsoft Windows XP [Version 5.1.2600]

F:\joe\openssl-0.9.8e>md c:\openssl

F:\joe\openssl-0.9.8e>"g:\Program Files\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT"
Setting environment for using Microsoft Visual C++ tools.

F:\joe\openssl-0.9.8e>perl -v

This is perl, v5.8.8 built for MSWin32-x86-multi-thread
(with 50 registered patches, see perl -V for more detail)

Copyright 1987-2006, Larry Wall

Binary build 820 [274739] provided by ActiveState http://www.ActiveState.com
Built Jan 23 2007 15:57:46

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.


F:\joe\openssl-0.9.8e>perl Configure VC-WIN32 --prefix=c:/openssl
Configuring for VC-WIN32
   no-camellia     [default]  OPENSSL_NO_CAMELLIA (skip dir)
   no-gmp          [default]  OPENSSL_NO_GMP (skip dir)
   no-krb5         [krb5-flavor not specified] OPENSSL_NO_KRB5
   no-mdc2         [default]  OPENSSL_NO_MDC2 (skip dir)
   no-rc5          [default]  OPENSSL_NO_RC5 (skip dir)
   no-rfc3779      [default]  OPENSSL_NO_RFC3779 (skip dir)
   no-shared       [default]
   no-zlib         [default]
   no-zlib-dynamic [default]
IsMK1MF=1
CC            =cl
CFLAG         =-DOPENSSL_THREADS  -DDSO_WIN32
EX_LIBS       =
CPUID_OBJ     =
BN_ASM        =bn_asm.o
DES_ENC       =des_enc.o fcrypt_b.o
AES_ASM_OBJ   =aes_core.o aes_cbc.o
BF_ENC        =bf_enc.o
CAST_ENC      =c_enc.o
RC4_ENC       =rc4_enc.o
RC5_ENC       =rc5_enc.o
MD5_OBJ_ASM   =
SHA1_OBJ_ASM  =
RMD160_OBJ_ASM=
PROCESSOR     =
RANLIB        =true
ARFLAGS       =
PERL          =perl
THIRTY_TWO_BIT mode
BN_LLONG mode
RC4_INDEX mode
RC4_CHUNK is undefined

Configured for VC-WIN32.

F:\joe\openssl-0.9.8e>ms\do_ms

F:\joe\openssl-0.9.8e>perl util\mkfiles.pl  1>MINFO

F:\joe\openssl-0.9.8e>perl util\mk1mf.pl no-asm VC-WIN32  1>ms\nt.mak

F:\joe\openssl-0.9.8e>perl util\mk1mf.pl dll no-asm VC-WIN32  1>ms\ntdll.mak

F:\joe\openssl-0.9.8e>perl util\mk1mf.pl no-asm VC-CE  1>ms\ce.mak
%OSVERSION% is not defined at util/pl/VC-32.pl line 41.
Compilation failed in require at util\mk1mf.pl line 138.

F:\joe\openssl-0.9.8e>perl util\mk1mf.pl dll no-asm VC-CE  1>ms\cedll.mak
%OSVERSION% is not defined at util/pl/VC-32.pl line 41.
Compilation failed in require at util\mk1mf.pl line 138.

F:\joe\openssl-0.9.8e>perl util\mkdef.pl 32 libeay  1>ms\libeay32.def

F:\joe\openssl-0.9.8e>perl util\mkdef.pl 32 ssleay  1>ms\ssleay32.def

F:\joe\openssl-0.9.8e>
---------------------------------------------------------------------------------------

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

Reply via email to