This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: KDE hackers, please read (was [nathan@codesourcery.com: Re: GCC 3.0.3: Bugs to Fix]) (fwd)
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Waldo Bastian <bastian at kde dot org>
- Cc: Joe Buck <jbuck at synopsys dot com>, Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>, kde-core-devel at mail dot kde dot org, gcc at gcc dot gnu dot org
- Date: Mon, 10 Dec 2001 11:40:11 +0100
- Subject: Re: KDE hackers, please read (was [nathan@codesourcery.com: Re: GCC 3.0.3: Bugs to Fix]) (fwd)
- References: <200112042250.OAA02613@atrus.synopsys.com> <200112100729.fBA7TSl18050@linux.local>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Sun, Dec 09, 2001 at 11:40:43PM -0800, Waldo Bastian wrote:
> (Unloading plugins is a risky business anyway, because with 2.9x the process
> will crash on exit when there were static objects declared within
> function-scope in the plugin.)
This should work, provided you have recent enough glibc (2.2.4) and use
recent enough compiler for both glibc building and to build all relevant shared
libs (CVS 2.95.x with __dso_handle should work, 2.96-RH too, gcc3+
likewise).
If you see any problems, please file a bug report against glibc.
Jakub