On Fri, Aug 27, 2010 at 7:04 AM, Jaroslav Šmíd <jardas...@gmail.com> wrote:
> I have successfully created MSVC x64 build of OpenSSL-1.0.0a, but I need
> mingw-w64 build now. There doesn't seem to be any info in OpenSSL
> documentation, but I found it in "Projects successfully using MinGW-w64"
> list on mingw-w64 site. I have tried to configure it with
>
> perl Configure mingw64 --prefix=D:\Devel\Mingw-w64\OpenSSL\Dist
>
> But what I get is
>
> Configuring for mingw64
>     no-gmp          [default]  OPENSSL_NO_GMP (skip dir)
>     no-jpake        [experimental] OPENSSL_NO_JPAKE (skip dir)
>     no-krb5         [krb5-flavor not specified] OPENSSL_NO_KRB5
>     no-md2          [default]  OPENSSL_NO_MD2 (skip dir)
>     no-rc5          [default]  OPENSSL_NO_RC5 (skip dir)
>     no-rfc3779      [default]  OPENSSL_NO_RFC3779 (skip dir)
>     no-shared       [default]
>     no-store        [experimental] OPENSSL_NO_STORE (skip dir)
>     no-zlib         [default]
>     no-zlib-dynamic [default]
> IsMK1MF=0
> CC            =gcc
> CFLAG         =-DOPENSSL_THREADS -D_MT -DDSO_WIN32 -mno-cygwin
> -DL_ENDIAN -O3 -W
> all -DWIN32_LEAN_AND_MEAN -DUNICODE -D_UNICODE -DOPENSSL_IA32_SSE2
> -DOPENSSL_BN_
> ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM
> -DWHIRLPOOL_AS
> M
> EX_LIBS       =-lws2_32 -lgdi32 -lcrypt32
> CPUID_OBJ     =x86_64cpuid.o
> BN_ASM        =x86_64-gcc.o x86_64-mont.o
> DES_ENC       =des_enc.o fcrypt_b.o
> AES_ENC       =aes-x86_64.o
> BF_ENC        =bf_enc.o
> CAST_ENC      =c_enc.o
> RC4_ENC       =rc4-x86_64.o
> RC5_ENC       =rc5_enc.o
> MD5_OBJ_ASM   =md5-x86_64.o
> SHA1_OBJ_ASM  =sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
> RMD160_OBJ_ASM=
> CMLL_ENC=     =cmll-x86_64.o cmll_misc.o
> PROCESSOR     =
> RANLIB        =true
> ARFLAGS       =
> PERL          =perl
> SIXTY_FOUR_BIT mode
> DES_INT used
> RC4_CHUNK is unsigned long long
> e_os2.h => include/openssl/e_os2.h
> "making $target in $dir..."
> 'TOP' is not recognized as an internal or external command,
> operable program or batch file.
> make: *** [links] Error 1
>
>
> In MSVC build RC4_CHUNK line is the last one printed and I can run nmake
> then, so there seems to be something wrong.
>

Have you set TERM=msys before invoking Configure?

I found that perl Configure mingw or perl Configure mingw64 will not
generate the proper files without emulating msys terminal (like
expecting been invoked inside msys bash)

-- 
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to