Date: Mon, 9 Jan 2017 09:03:29 +0100 From: Matthias Andree <matthias.andree@gmx.de> To: freebsd-ports@freebsd.org Subject: Re: Pan core dumps on start Message-ID: <77938f2a-4998-5975-d7ee-cc69f0f29db5@gmx.de> In-Reply-To: <10323689.CU0Y35S3Lv@amd.asgard.uk> References: <10323689.CU0Y35S3Lv@amd.asgard.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
Am 08.01.2017 um 23:19 schrieb Dave: > Does this mean 10.3 is a libc++ system and 9.3 isn't? Or does it mean = I have stuff left over from the 9.3 system that should now be removed? Dave, the former. I am not aware of the details surrounding the Pan news reader, but the former is true: FreeBSD 10.3 (and also 11.0) use(s) clang and libc++ by default, where FreeBSD 9.3 used to use gcc and libstdc++. It is usually a matter of consistency with C++ libraries that are required by your program (Pan in this case), and if - as the Bugzilla item suggests - the program is forced to compile with GCC, it should normally be forced to use the default Standard C++ and Standard Template Libraries so it links to libc++ (so the reverse of what used to be done for 9.x). The relevant bug has been reopened a few hours ago, see comments #9 ff.: <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D199303#c9>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?77938f2a-4998-5975-d7ee-cc69f0f29db5>