On Wed, 2008-11-12 at 17:18 +0100, Christian MICHON wrote:
> On Wed, Nov 12, 2008 at 4:33 PM, Bernhard Reutner-Fischer
> <[EMAIL PROTECTED]> wrote:
> > On Wed, Nov 12, 2008 at 09:03:18AM -0600, Rob Landley wrote:
> >>On Wednesday 12 November 2008 06:52:07 Bernhard Reutner-Fischer wrote:
> >>> Hi,
> >>>
> >>> uClibc-0.9.30 has been released.
> >>
> >>Yay!
> >
> > :)
> >
> > Just as a sidenote and because there were at least three people running
> > into this very issue lately:
> >
> > The current gcc-3.4.6 from "hardened gentoo" miscompiles 0.9.30,
> > the current stable release of gcc, 4.3.2 at the time of this writing,
> > works just fine for me. So either fix your old compiler or use
> > a compiler that is somewhat current..
> >
> > Those who tried to use gcc-3.4.6 from gentoo experienced segfaults
> > when running any app that was _linked_ against -lpthread, fwiw.
> > _______________________________________________
> > uClibc mailing list
> > [email protected]
> > http://busybox.net/cgi-bin/mailman/listinfo/uclibc
> >
>
> do you have a testcase ? I actually plan to try out gcc-3.4.6 with
> uclibc-0.9.30...
>
int main(int argc, char *argv[]) { return 0; }
link with -lpthread
linking any other lib works.
I tried both linuxthreads.old and new.
-nc
_______________________________________________
uClibc mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/uclibc