[Bug 246488] gcc-built binary crashes in std::ios_base::Init::Init()
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon May 18 19:25:23 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246488
--- Comment #7 from Dimitry Andric <dim at FreeBSD.org> ---
(In reply to Mark Millard from comment #6)
Yes, that is precisely the point, you want to use libc++ headers and libraries.
You can use g++ as a compiler, but you should *not* use libstdc++ with it. That
is, unless you can ensure 100% that no C++ code compiled for libc++ and
libstdc++ ever mix. Which definitely is not the case for this port...
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-toolchain
mailing list