[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libobjc2 build issues (missing files)
From: |
Andreas Fink |
Subject: |
Re: libobjc2 build issues (missing files) |
Date: |
Thu, 5 Mar 2020 15:04:19 +0100 |
> On 5 Mar 2020, at 14:36, niels.grewe@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