You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed to specify CFLAGS='--stdlib=libc++' when installing bigint to silence a warning:
clang: warning: include path for libstdc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
I'm not sure if this is due to some quirk of my own Mac Brew setup, or if it's common to some or all other setups.
The text was updated successfully, but these errors were encountered:
This is more of a note than an "issue" as such.
I needed to specify
CFLAGS='--stdlib=libc++'
when installingbigint
to silence a warning:I'm not sure if this is due to some quirk of my own Mac Brew setup, or if it's common to some or all other setups.
The text was updated successfully, but these errors were encountered: