On Fri, 20 Aug 2004 11:53:05 -0400 Tim Kellers <timothyk_at_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.Received on Fri Aug 20 2004 - 14:57:39 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:07 UTC