Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. make[4]: Entering directory '/root/trb4/trb054/bitcoin/build/openssl-1.0.1g/test'
  2. make[4]: Nothing to be done for 'generate'.
  3. make[4]: Leaving directory '/root/trb4/trb054/bitcoin/build/openssl-1.0.1g/test'
  4. make[3]: Leaving directory '/root/trb4/trb054/bitcoin/build/openssl-1.0.1g'
  5.  
  6. Configured for linux-x86_64.
  7. make[3]: Entering directory '/root/trb4/trb054/bitcoin/build/openssl-1.0.1g'
  8. making all in crypto...
  9. make[4]: Entering directory '/root/trb4/trb054/bitcoin/build/openssl-1.0.1g/crypto'
  10. ( echo "#ifndef MK1MF_BUILD"; \
  11. echo ' /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \
  12. echo ' #define CFLAGS "gcc -DOPENSSL_THREADS -D_REENTRANT -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -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"'; \
  13. echo ' #define PLATFORM "linux-x86_64"'; \
  14. echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \
  15. echo '#endif' ) >buildinf.h
  16. gcc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -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 cryptlib.o cryptlib.c
  17. gcc: error: unrecognized command line option ‘-m64’
  18. <builtin>: recipe for target 'cryptlib.o' failed
  19. make[4]: *** [cryptlib.o] Error 1
  20. make[4]: Leaving directory '/root/trb4/trb054/bitcoin/build/openssl-1.0.1g/crypto'
  21. Makefile:278: recipe for target 'build_crypto' failed
  22. make[3]: *** [build_crypto] Error 1
  23. make[3]: Leaving directory '/root/trb4/trb054/bitcoin/build/openssl-1.0.1g'
  24. Makefile.rotor:46: recipe for target 'openssl-1.0.1g' failed
  25. make[2]: *** [openssl-1.0.1g] Error 2
  26. make[2]: Leaving directory '/root/trb4/trb054/bitcoin/build'
  27. Makefile:37: recipe for target 'rotor' failed
  28. make[1]: *** [rotor] Error 2
  29. make[1]: Leaving directory '/root/trb4/trb054/bitcoin/build'
  30. Makefile:19: recipe for target 'build' failed
  31. make: *** [build] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement