[openssl-dev] [openssl.org #4326] Failed to configure for Cygwin-x64

noloader@gmail.com via RT rt at openssl.org
Sun Feb 21 00:35:06 UTC 2016


 After configuring on Windows 8.1/Core i5 4th gen machine, make'ing
depend produces the following errors:

$ make depend
making depend in crypto...
make[1]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto'
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
cc1: error: CPU you selected does not support x86-64 instruction set
Makefile:136: recipe for target 'local_depend' failed
make[1]: *** [local_depend] Error 1
make[1]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto'
Makefile:471: recipe for target 'depend' failed
make: *** [depend] Error 1

======================

$ ./config shared no-ssl2 no-ssl3 --openssldir="$HOME/ssl"
Operating system: x86_64-whatever-cygwin
Configuring for Cygwin
Configuring for Cygwin
    no-ec_nistp_64_gcc_128 [default]  OPENSSL_NO_EC_NISTP_64_GCC_128 (skip dir)
    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-libunbound   [experimental] OPENSSL_NO_LIBUNBOUND (skip dir)
    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-sctp         [default]  OPENSSL_NO_SCTP (skip dir)
    no-ssl-trace    [default]  OPENSSL_NO_SSL_TRACE (skip dir)
    no-ssl2         [option]   OPENSSL_NO_SSL2 (skip dir)
    no-ssl3         [option]   OPENSSL_NO_SSL3 (skip dir)
    no-store        [experimental] OPENSSL_NO_STORE (skip dir)
    no-unit-test    [default]  OPENSSL_NO_UNIT_TEST (skip dir)
    no-zlib         [default]
    no-zlib-dynamic [default]
IsMK1MF=0
CC            =gcc
CFLAG         =-D_WINDLL -DOPENSSL_PIC -DOPENSSL_THREADS  -DDSO_DLFCN
-DHAVE_DLFCN_H -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3
-march=i486 -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2
-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM
-DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM
-DWHIRLPOOL_ASM -DGHASH_ASM
EX_LIBS       =
CPUID_OBJ     =x86cpuid.o
BN_ASM        =bn-586.o co-586.o x86-mont.o x86-gf2m.o
EC_ASM        =
DES_ENC       =des-586.o crypt586.o
AES_ENC       =aes-586.o vpaes-x86.o aesni-x86.o
BF_ENC        =bf-586.o
CAST_ENC      =c_enc.o
RC4_ENC       =rc4-586.o
RC5_ENC       =rc5-586.o
MD5_OBJ_ASM   =md5-586.o
SHA1_OBJ_ASM  =sha1-586.o sha256-586.o sha512-586.o
RMD160_OBJ_ASM=rmd-586.o
CMLL_ENC      =cmll-x86.o
MODES_OBJ     =ghash-x86.o
ENGINES_OBJ   =
PROCESSOR     =
RANLIB        =/usr/bin/ranlib.exe
ARFLAGS       =
PERL          =/usr/bin/perl.exe
THIRTY_TWO_BIT mode
DES_PTR used
DES_RISC1 used
DES_UNROLL used
BN_LLONG mode
RC4_INDEX mode
RC4_CHUNK is undefined
e_os2.h => include/openssl/e_os2.h
making links in crypto...
make[1]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto'
crypto.h => ../include/openssl/crypto.h
opensslv.h => ../include/openssl/opensslv.h
opensslconf.h => ../include/openssl/opensslconf.h
ebcdic.h => ../include/openssl/ebcdic.h
symhacks.h => ../include/openssl/symhacks.h
ossl_typ.h => ../include/openssl/ossl_typ.h
constant_time_test.c => ../test/constant_time_test.c
making links in crypto/objects...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/objects'
objects.h => ../../include/openssl/objects.h
obj_mac.h => ../../include/openssl/obj_mac.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/objects'
making links in crypto/md4...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/md4'
md4.h => ../../include/openssl/md4.h
md4test.c => ../../test/md4test.c
md4.c => ../../apps/md4.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/md4'
making links in crypto/md5...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/md5'
md5.h => ../../include/openssl/md5.h
md5test.c => ../../test/md5test.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/md5'
making links in crypto/sha...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/sha'
sha.h => ../../include/openssl/sha.h
shatest.c => ../../test/shatest.c
sha1test.c => ../../test/sha1test.c
sha256t.c => ../../test/sha256t.c
sha512t.c => ../../test/sha512t.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/sha'
making links in crypto/mdc2...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/mdc2'
mdc2.h => ../../include/openssl/mdc2.h
mdc2test.c => ../../test/mdc2test.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/mdc2'
making links in crypto/hmac...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/hmac'
hmac.h => ../../include/openssl/hmac.h
hmactest.c => ../../test/hmactest.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/hmac'
making links in crypto/ripemd...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/ripemd'
ripemd.h => ../../include/openssl/ripemd.h
rmdtest.c => ../../test/rmdtest.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/ripemd'
making links in crypto/whrlpool...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/whrlpool'
whrlpool.h => ../../include/openssl/whrlpool.h
wp_test.c => ../../test/wp_test.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/whrlpool'
making links in crypto/des...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/des'
des.h => ../../include/openssl/des.h
des_old.h => ../../include/openssl/des_old.h
destest.c => ../../test/destest.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/des'
making links in crypto/aes...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/aes'
aes.h => ../../include/openssl/aes.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/aes'
making links in crypto/rc2...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/rc2'
rc2.h => ../../include/openssl/rc2.h
rc2test.c => ../../test/rc2test.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/rc2'
making links in crypto/rc4...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/rc4'
rc4.h => ../../include/openssl/rc4.h
rc4test.c => ../../test/rc4test.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/rc4'
making links in crypto/idea...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/idea'
idea.h => ../../include/openssl/idea.h
ideatest.c => ../../test/ideatest.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/idea'
making links in crypto/bf...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/bf'
blowfish.h => ../../include/openssl/blowfish.h
bftest.c => ../../test/bftest.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/bf'
making links in crypto/cast...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/cast'
cast.h => ../../include/openssl/cast.h
casttest.c => ../../test/casttest.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/cast'
making links in crypto/camellia...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/camellia'
camellia.h => ../../include/openssl/camellia.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/camellia'
making links in crypto/seed...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/seed'
seed.h => ../../include/openssl/seed.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/seed'
making links in crypto/modes...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/modes'
modes.h => ../../include/openssl/modes.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/modes'
making links in crypto/bn...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/bn'
bn.h => ../../include/openssl/bn.h
bntest.c => ../../test/bntest.c
exptest.c => ../../test/exptest.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/bn'
making links in crypto/ec...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/ec'
ec.h => ../../include/openssl/ec.h
ectest.c => ../../test/ectest.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/ec'
making links in crypto/rsa...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/rsa'
rsa.h => ../../include/openssl/rsa.h
rsa_test.c => ../../test/rsa_test.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/rsa'
making links in crypto/dsa...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/dsa'
dsa.h => ../../include/openssl/dsa.h
dsatest.c => ../../test/dsatest.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/dsa'
making links in crypto/ecdsa...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/ecdsa'
ecdsa.h => ../../include/openssl/ecdsa.h
ecdsatest.c => ../../test/ecdsatest.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/ecdsa'
making links in crypto/dh...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/dh'
dh.h => ../../include/openssl/dh.h
dhtest.c => ../../test/dhtest.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/dh'
making links in crypto/ecdh...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/ecdh'
ecdh.h => ../../include/openssl/ecdh.h
ecdhtest.c => ../../test/ecdhtest.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/ecdh'
making links in crypto/dso...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/dso'
dso.h => ../../include/openssl/dso.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/dso'
making links in crypto/engine...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/engine'
engine.h => ../../include/openssl/engine.h
enginetest.c => ../../test/enginetest.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/engine'
making links in crypto/buffer...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/buffer'
buffer.h => ../../include/openssl/buffer.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/buffer'
making links in crypto/bio...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/bio'
bio.h => ../../include/openssl/bio.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/bio'
making links in crypto/stack...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/stack'
stack.h => ../../include/openssl/stack.h
safestack.h => ../../include/openssl/safestack.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/stack'
making links in crypto/lhash...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/lhash'
lhash.h => ../../include/openssl/lhash.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/lhash'
making links in crypto/rand...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/rand'
rand.h => ../../include/openssl/rand.h
randtest.c => ../../test/randtest.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/rand'
making links in crypto/err...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/err'
err.h => ../../include/openssl/err.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/err'
making links in crypto/evp...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/evp'
evp.h => ../../include/openssl/evp.h
evp_test.c => ../../test/evp_test.c
evp_extra_test.c => ../../test/evp_extra_test.c
evptests.txt -> ../../test/evptests.txt
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/evp'
making links in crypto/asn1...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/asn1'
asn1.h => ../../include/openssl/asn1.h
asn1_mac.h => ../../include/openssl/asn1_mac.h
asn1t.h => ../../include/openssl/asn1t.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/asn1'
making links in crypto/pem...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/pem'
pem.h => ../../include/openssl/pem.h
pem2.h => ../../include/openssl/pem2.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/pem'
making links in crypto/x509...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/x509'
x509.h => ../../include/openssl/x509.h
x509_vfy.h => ../../include/openssl/x509_vfy.h
verify_extra_test.c => ../../test/verify_extra_test.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/x509'
making links in crypto/x509v3...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/x509v3'
x509v3.h => ../../include/openssl/x509v3.h
v3nametest.c => ../../test/v3nametest.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/x509v3'
making links in crypto/conf...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/conf'
conf.h => ../../include/openssl/conf.h
conf_api.h => ../../include/openssl/conf_api.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/conf'
making links in crypto/txt_db...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/txt_db'
txt_db.h => ../../include/openssl/txt_db.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/txt_db'
making links in crypto/pkcs7...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/pkcs7'
pkcs7.h => ../../include/openssl/pkcs7.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/pkcs7'
making links in crypto/pkcs12...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/pkcs12'
pkcs12.h => ../../include/openssl/pkcs12.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/pkcs12'
making links in crypto/comp...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/comp'
comp.h => ../../include/openssl/comp.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/comp'
making links in crypto/ocsp...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/ocsp'
ocsp.h => ../../include/openssl/ocsp.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/ocsp'
making links in crypto/ui...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/ui'
ui.h => ../../include/openssl/ui.h
ui_compat.h => ../../include/openssl/ui_compat.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/ui'
making links in crypto/krb5...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/krb5'
krb5_asn.h => ../../include/openssl/krb5_asn.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/krb5'
making links in crypto/cms...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/cms'
cms.h => ../../include/openssl/cms.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/cms'
making links in crypto/pqueue...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/pqueue'
pqueue.h => ../../include/openssl/pqueue.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/pqueue'
making links in crypto/ts...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/ts'
ts.h => ../../include/openssl/ts.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/ts'
making links in crypto/srp...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/srp'
srp.h => ../../include/openssl/srp.h
srptest.c => ../../test/srptest.c
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/srp'
making links in crypto/cmac...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/crypto/cmac'
cmac.h => ../../include/openssl/cmac.h
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto/cmac'
make[1]: Leaving directory '/home/Test_User/openssl-1.0.2f/crypto'
making links in ssl...
make[1]: Entering directory '/home/Test_User/openssl-1.0.2f/ssl'
ssl.h => ../include/openssl/ssl.h
ssl2.h => ../include/openssl/ssl2.h
ssl3.h => ../include/openssl/ssl3.h
ssl23.h => ../include/openssl/ssl23.h
tls1.h => ../include/openssl/tls1.h
dtls1.h => ../include/openssl/dtls1.h
kssl.h => ../include/openssl/kssl.h
srtp.h => ../include/openssl/srtp.h
ssltest.c => ../test/ssltest.c
heartbeat_test.c => ../test/heartbeat_test.c
clienthellotest.c => ../test/clienthellotest.c
make[1]: Leaving directory '/home/Test_User/openssl-1.0.2f/ssl'
making links in engines...
make[1]: Entering directory '/home/Test_User/openssl-1.0.2f/engines'
making links in engines/ccgost...
make[2]: Entering directory '/home/Test_User/openssl-1.0.2f/engines/ccgost'
make[2]: Nothing to be done for 'links'.
make[2]: Leaving directory '/home/Test_User/openssl-1.0.2f/engines/ccgost'
make[1]: Leaving directory '/home/Test_User/openssl-1.0.2f/engines'
making links in apps...
make[1]: Entering directory '/home/Test_User/openssl-1.0.2f/apps'
make[1]: Nothing to be done for 'links'.
make[1]: Leaving directory '/home/Test_User/openssl-1.0.2f/apps'
making links in test...
make[1]: Entering directory '/home/Test_User/openssl-1.0.2f/test'
make[1]: Nothing to be done for 'links'.
make[1]: Leaving directory '/home/Test_User/openssl-1.0.2f/test'
making links in tools...
make[1]: Entering directory '/home/Test_User/openssl-1.0.2f/tools'
make[1]: Nothing to be done for 'links'.
make[1]: Leaving directory '/home/Test_User/openssl-1.0.2f/tools'
generating dummy tests (if needed)...
make[1]: Entering directory '/home/Test_User/openssl-1.0.2f/test'
make[1]: Nothing to be done for 'generate'.
make[1]: Leaving directory '/home/Test_User/openssl-1.0.2f/test'
Configured for Cygwin.
*** Because of configuration changes, you MUST do the following before
*** building:
        make depend


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4326
Please log in as guest with password guest if prompted



More information about the openssl-dev mailing list