Skip to content

Instantly share code, notes, and snippets.

@rkitover
Created May 26, 2012 16:59
Show Gist options
  • Select an option

  • Save rkitover/2794639 to your computer and use it in GitHub Desktop.

Select an option

Save rkitover/2794639 to your computer and use it in GitHub Desktop.
openssl doesn't compile with MinGW-w64
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -Ic:\\Users\\rkitover\\src\\zlib-1.2.7\\include -DZLIB -DOPENSSL_THREADS -D_MT -DDSO_WIN32 -DL_ENDIAN -O3 -Wall -DWIN32_LEAN_AND_MEAN -DUNICODE -D_UNICODE -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o sha1-x86_64.o sha1-x86_64.s
sha1-x86_64.s: Assembler messages:
sha1-x86_64.s:1824: Warning: end of file not at end of a line; newline inserted
sha1-x86_64.s:2183: Error: number of operands mismatch for `rol'
make[2]: *** [sha1-x86_64.o] Error 1
make[2]: Leaving directory `/c/Users/rkitover/src/openssl-1.0.1c/crypto/sha'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/c/Users/rkitover/src/openssl-1.0.1c/crypto'
make: *** [build_crypto] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment