On Sunday 23 October 2005 15:01, Christopher Martin wrote: > [CCing debian-kde so people are aware of this issue's status] > > On October 22, 2005 10:47, Yves Glodt wrote: > > When KDE 3.5 will land in sid, will it this time be compiled with > > hidden symbols (-fvisibility), or is it still considered unstable? > > Unfortunately, -fvisibility is still too buggy. The main issues are: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19664 > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19520 > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297 > > Once these are fixed, and a compiler with those fixes is deployed in > Debian, then we can take a closer look at enabling -fvisibility. > Unfortunately, this doesn't seem likely before GCC 4.1, and even that > might not have all the fixes we need.
I'm running Sid and compile KDE 3.5 from SVN with GCC 4. The only problem I see is Debian's GCC configuration: --enable-libstdcxx-allocator=mt As workaround to disable these allocators I use export GLIBCXX_FORCE_NEW=1 Cheers, André