> On 5 Mar 2020, at 14:36, niels.gr...@halbordnung.de wrote:
> 
> (Re-adding the list since I foobared the last mail)
> 
> You could try forcing libobjc2 to be linked against libc++, if you’re not 
> reliant on EH interop with C++ (I don’t have the cmake flag for that present, 
> I‘m afraid). But you’re probably better off using libstdc++ for the time 
> being. 
> 
> N


adding -stdlib=libstdc++ to CFLAGS did the trick.
clang always complains about unused compiler options (probably when compiling c 
instead of c++) are filling the screen but at the end the binary works




Reply via email to