https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278271

Mark Millard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Mark Millard <[email protected]> ---
(In reply to Dimitry Andric from comment #3)

-stdlib=libc++

is what is involved. Were you explicit about it? You
need to be: it is not the default for any lang/gcc* that
I'm aware of.

That likely can be included in the text for CXX:

CXX=g++13 -stdlib=libc++

At least, I have makefiles around that do such (actually
via += use on a separate line). (And makefiles for
compiling/building without -stdlib= for the same sources.
I sometimes check that both ways work.)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to