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.)
I just checked and there's still no 0.9.29.1, and no 0.9.30.
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