clang Error on Run: libstdc++ deprecated

Mac OSX specific forum
d2848s29
User
User
Posts: 18
Joined: Wed Oct 05, 2016 3:49 pm
Location: Wisconsin, USA

clang Error on Run: libstdc++ deprecated

Post by d2848s29 »

Tried to run some sample code for the first time on Mac OS X 10.11.6 and received this clang error:

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)
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
wilbert
PureBasic Expert
PureBasic Expert
Posts: 3870
Joined: Sun Aug 08, 2004 5:21 am
Location: Netherlands

Re: clang Error on Run: libstdc++ deprecated

Post by wilbert »

Windows (x64)
Raspberry Pi OS (Arm64)
Post Reply