Advertisement
Guest User

pi-1.cpp errors

a guest
Feb 19th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. /usr/bin/clang -MD -x c++ -std=c++1z -fcoroutines-ts -m64 -stdlib=libc++ -O3 -g -D CPPCORO_RELEASE_OPTIMISED -I ./git/cppcoro/include pi-1.cpp
  2.  
  3. Undefined symbols for architecture x86_64:
  4. "std::exception_ptr::~exception_ptr()", referenced from:
  5. _main in pi-1-f64d1b.o
  6. gen() (.destroy) in pi-1-f64d1b.o
  7. gen() (.cleanup) in pi-1-f64d1b.o
  8. "operator delete(void*)", referenced from:
  9. gen() (.destroy) in pi-1-f64d1b.o
  10. "operator new(unsigned long)", referenced from:
  11. gen() in pi-1-f64d1b.o
  12. ld: symbol(s) not found for architecture x86_64
  13. clang: error: linker command failed with exit code 1 (use -v to see invocation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement