Advertisement
Guest User

Untitled

a guest
Apr 17th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $ g++ test.cpp -l:bitcoind -L.
  2. /usr/bin/ld: ./bitcoind: _ZSt4cout: invalid version 6 (max 0)
  3. /usr/bin/ld: ./bitcoind: error adding symbols: bad value
  4. collect2: error: ld returned 1 exit status
  5.  
  6. $ nm -CD bitcoind | grep cout
  7. 00000000013bed00 B std::cout
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement