Guest User

Untitled

a guest
Dec 29th, 2017
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 KB | None | 0 0
  1. me@pluto /cygdrive/G/bitcoin-build/bitcoin-0_15
  2. $ make
  3. Making all in src
  4. make[1]: Entering directory '/cygdrive/G/bitcoin-build/bitcoin-0_15/src'
  5. make[2]: Entering directory '/cygdrive/G/bitcoin-build/bitcoin-0_15/src'
  6. make[3]: Entering directory '/cygdrive/G/bitcoin-build/bitcoin-0_15'
  7. make[3]: Leaving directory '/cygdrive/G/bitcoin-build/bitcoin-0_15'
  8. CXX crypto/libbitcoinconsensus_la-aes.lo
  9. CXX crypto/libbitcoinconsensus_la-chacha20.lo
  10. CXX crypto/libbitcoinconsensus_la-hmac_sha256.lo
  11. CXX crypto/libbitcoinconsensus_la-hmac_sha512.lo
  12. CXX crypto/libbitcoinconsensus_la-ripemd160.lo
  13. CXX crypto/libbitcoinconsensus_la-sha1.lo
  14. CXX crypto/libbitcoinconsensus_la-sha256.lo
  15. CXX crypto/libbitcoinconsensus_la-sha512.lo
  16. CXX libbitcoinconsensus_la-arith_uint256.lo
  17. CXX consensus/libbitcoinconsensus_la-merkle.lo
  18. CXX libbitcoinconsensus_la-hash.lo
  19. CXX primitives/libbitcoinconsensus_la-block.lo
  20. CXX primitives/libbitcoinconsensus_la-transaction.lo
  21. CXX libbitcoinconsensus_la-pubkey.lo
  22. CXX script/libbitcoinconsensus_la-bitcoinconsensus.lo
  23. CXX script/libbitcoinconsensus_la-interpreter.lo
  24. CXX script/libbitcoinconsensus_la-script.lo
  25. CXX script/libbitcoinconsensus_la-script_error.lo
  26. CXX libbitcoinconsensus_la-uint256.lo
  27. CXX libbitcoinconsensus_la-utilstrencodings.lo
  28. make[3]: Entering directory '/cygdrive/G/bitcoin-build/bitcoin-0_15/src/secp256k1'
  29. gcc -I. -g -O2 -Wall -Wextra -Wno-unused-function -c src/gen_context.c -o gen_context.o
  30. gcc gen_context.o -o gen_context
  31. ./gen_context
  32. CC src/libsecp256k1_la-secp256k1.lo
  33. CCLD libsecp256k1.la
  34. libtool: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries; building static only
  35. make[3]: Leaving directory '/cygdrive/G/bitcoin-build/bitcoin-0_15/src/secp256k1'
  36. CXXLD libbitcoinconsensus.la
  37.  
  38. *** Warning: This system cannot link to static lib archive secp256k1/libsecp256k1.la.
  39. *** I have the capability to make that library automatically link in when
  40. *** you link to this library. But I can only do this if you have a
  41. *** shared version of the library, which you do not appear to have.
  42. .libs/libbitcoinconsensus_la-pubkey.o: In function `ecdsa_signature_parse_der_lax':
  43. /cygdrive/G/bitcoin-build/bitcoin-0_15/src/pubkey.cpp:34: undefined reference to `secp256k1_ecdsa_signature_parse_compact'
  44. /cygdrive/G/bitcoin-build/bitcoin-0_15/src/pubkey.cpp:156: undefined reference to `secp256k1_ecdsa_signature_parse_compact'
  45. /cygdrive/G/bitcoin-build/bitcoin-0_15/src/pubkey.cpp:162: undefined reference to `secp256k1_ecdsa_signature_parse_compact'
  46. .libs/libbitcoinconsensus_la-pubkey.o: In function `ZNK7CPubKey6VerifyERK7uint256RKSt6vectorIhSaIhEE':
  47. /cygdrive/G/bitcoin-build/bitcoin-0_15/src/pubkey.cpp:172: undefined reference to `secp256k1_ec_pubkey_parse'
  48. /cygdrive/G/bitcoin-build/bitcoin-0_15/src/pubkey.cpp:180: undefined reference to `secp256k1_ecdsa_signature_normalize'
  49. /cygdrive/G/bitcoin-build/bitcoin-0_15/src/pubkey.cpp:181: undefined reference to `secp256k1_ecdsa_verify'
  50. .libs/libbitcoinconsensus_la-pubkey.o: In function `ZN7CPubKey14RecoverCompactERK7uint256RKSt6vectorIhSaIhEE':
  51. /cygdrive/G/bitcoin-build/bitcoin-0_15/src/pubkey.cpp:191: undefined reference to `secp256k1_ecdsa_recoverable_signature_pars
  52. e_compact'
  53. /cygdrive/G/bitcoin-build/bitcoin-0_15/src/pubkey.cpp:194: undefined reference to `secp256k1_ecdsa_recover'
  54. /cygdrive/G/bitcoin-build/bitcoin-0_15/src/pubkey.cpp:199: undefined reference to `secp256k1_ec_pubkey_serialize'
  55. .libs/libbitcoinconsensus_la-pubkey.o: In function `ZNK7CPubKey12IsFullyValidEv':
  56. /cygdrive/G/bitcoin-build/bitcoin-0_15/src/pubkey.cpp:208: undefined reference to `secp256k1_ec_pubkey_parse'
  57. .libs/libbitcoinconsensus_la-pubkey.o: In function `ZN7CPubKey10DecompressEv':
  58. /cygdrive/G/bitcoin-build/bitcoin-0_15/src/pubkey.cpp:215: undefined reference to `secp256k1_ec_pubkey_parse'
  59. /cygdrive/G/bitcoin-build/bitcoin-0_15/src/pubkey.cpp:220: undefined reference to `secp256k1_ec_pubkey_serialize'
  60. .libs/libbitcoinconsensus_la-pubkey.o: In function `ZNK7CPubKey6DeriveERS_R7uint256jRKS1_':
  61. /cygdrive/G/bitcoin-build/bitcoin-0_15/src/pubkey.cpp:233: undefined reference to `secp256k1_ec_pubkey_parse'
  62. /cygdrive/G/bitcoin-build/bitcoin-0_15/src/pubkey.cpp:236: undefined reference to `secp256k1_ec_pubkey_tweak_add'
  63. /cygdrive/G/bitcoin-build/bitcoin-0_15/src/pubkey.cpp:241: undefined reference to `secp256k1_ec_pubkey_serialize'
  64. .libs/libbitcoinconsensus_la-pubkey.o: In function `ZN7CPubKey9CheckLowSERKSt6vectorIhSaIhEE':
  65. /cygdrive/G/bitcoin-build/bitcoin-0_15/src/pubkey.cpp:277: undefined reference to `secp256k1_ecdsa_signature_normalize'
  66. .libs/libbitcoinconsensus_la-pubkey.o: In function `ZN15ECCVerifyHandleC2Ev':
  67. /cygdrive/G/bitcoin-build/bitcoin-0_15/src/pubkey.cpp:286: undefined reference to `secp256k1_context_create'
  68. .libs/libbitcoinconsensus_la-pubkey.o: In function `ZN15ECCVerifyHandleD2Ev':
  69. /cygdrive/G/bitcoin-build/bitcoin-0_15/src/pubkey.cpp:297: undefined reference to `secp256k1_context_destroy'
  70. collect2: error: ld returned 1 exit status
  71. make[2]: *** [Makefile:3241: libbitcoinconsensus.la] Error 1
  72. make[2]: Leaving directory '/cygdrive/G/bitcoin-build/bitcoin-0_15/src'
  73. make[1]: *** [Makefile:9210: all-recursive] Error 1
  74. make[1]: Leaving directory '/cygdrive/G/bitcoin-build/bitcoin-0_15/src'
  75. make: *** [Makefile:670: all-recursive] Error 1
  76.  
  77. me@pluto /cygdrive/G/bitcoin-build/bitcoin-0_15
  78. $
Advertisement
Add Comment
Please, Sign In to add comment