clang Error on Run: libstdc++ deprecated
Posted: Wed Oct 05, 2016 9:22 pm
Tried to run some sample code for the first time on Mac OS X 10.11.6 and received this clang error:
PB Debugger came back with link error. I did accept license and authorize my login to run xcode. How do I fix this problem?
Thanks, Dan
Code: Select all
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9
ld: illegal text-relocation to 'PB_DEBUGGER_CodeContextBank' in purebasic.o from '_DBG_D' in purebasic.o for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Thanks, Dan