Date: Mon, 18 May 2020 19:25:23 +0000 From: bugzilla-noreply@freebsd.org To: toolchain@FreeBSD.org Subject: [Bug 246488] gcc-built binary crashes in std::ios_base::Init::Init() Message-ID: <bug-246488-29464-W3PT4g0Iul@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-246488-29464@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246488 --- Comment #7 from Dimitry Andric <dim@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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246488-29464-W3PT4g0Iul>
