On Monday 14 July 2008 03:05:27 Bernhard Fischer wrote:
> On Mon, Jul 14, 2008 at 01:36:32AM -0500, Rob Landley wrote:
> >The gcc ./configure is compiling the following program and trying to run
> > it:
> >
> >  main() {return 0;}
> >
> >Dynamically linked, it works.  Statically linked, running it segfaults
> >immediately, because __uClibc_init() is attempting to call _stdio_init()
> > and never making it.  (If you add any function call to main, it works
> > fine even statically linked.  Not sure why.)
>
> Does it work on trunk?

No idea.  Trunk hasn't built with my toolchain since svn 19932 broke it.  I 
thought I'd get around to fixing it when the next release came out, but it's 
been 10 months since then and I've stopped waiting.

> If so, which rev fixed it? (IIRC this was 
> fixed on trunk)

Is there likely to be another release in my lifetime?  Perhaps a 0.9.29.1 with 
bugfixes only?

Which "trunk" do you mean, anyway?  The nptl branch that was supposedly going 
to result in the next release?  Or the one the web page links to when you 
browse source?  Or the one Peter Mazinger maintains?  Or the one Gentoo's 
using?  Or the blackfin one that the project's maintainer works on at his day 
job?

Rob
-- 
"One of my most productive days was throwing away 1000 lines of code."
  - Ken Thompson.
_______________________________________________
uClibc mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/uclibc

Reply via email to