Date: Mon, 18 May 2020 16:15:20 +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-nJtHRgVs7t@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 #3 from Dimitry Andric <dim@FreeBSD.org> --- (In reply to Fernando ApesteguĂa from comment #0) In your patch I see: CXXFLAGS+= -lgcc -lstdc++ CPPFLAGS+= -lgcc -lstdc++ that's never going to work of course, you are mixing two C++ libraries. Either compile everything (and that really means everything :) with libstdc++, or make gcc use libc++'s headers and libraries. -- 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-nJtHRgVs7t>
