Date: Fri, 20 Aug 2004 18:55:56 +0200 From: Marco Molteni <molter@tin.it> To: Tim Kellers <timothyk@devel.njit.edu> Cc: freebsd-current@freebsd.org Subject: Re: kmail breakage? Message-ID: <20040820185556.7b39c24f.molter@tin.it> In-Reply-To: <41261E61.8050003@devel.njit.edu> References: <41261E61.8050003@devel.njit.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 20 Aug 2004 11:53:05 -0400 Tim Kellers <timothyk@devel.njit.edu> wrote: [..] > When I launch kmail from KDE, the message > "KDEInit could not launch 'kmail'" is returned in a dialogue box, > when I > launch > it from xterm, I get: > > kmail > /libexec/ld-elf.so.1: /usr/local/lib/libkabc.so.3: Undefined symbol > "_ZNSt24__default_alloc_templateILb1ELi0EE12_S_free_listE" [..] > I didn't see anything in /usr/ports/UPATING about this problem, nor You sure? 20040728: System compiler has been upgraded to GCC 3.4.2-pre. As with any major compiler upgrade, there are several issues to be aware of. GCC 3.4.x has broken C++ ABI compatibility with previous releases yet again and users will have to rebuild all their C++ programs with the new compiler. A new unit-at-a-time optimization mode, which is default in this compiler release, is more aggressive in removing unused static symbols. This is the likely cause of 'make buildworld' breakages with non-default CFLAGS where optimization level is set to -O2 or higher.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040820185556.7b39c24f.molter>