I was doing additional testing with gcc version 4.4.0 I discovered that when compiling glibc version 2.7 with gcc version 4.4.0 that it created a glibc that segfaults. Consequently, I will be rebuilding my toolchain and starting over using gcc version 4.3.3 I suspect that the reason why the p7zip segfaulted when compiled with -O3 and statically linked with uClibc's libc.a was probably do to having used gcc version 4.4.0
Best advice for happy SA compilation is to stick with gcc version 4.3.3 for the moment. gcc version 4.3.3 can compile glibc 2.7 and produce a usable not segfaulty glibc. All of the boxes I have to test on are busy at the moment. Therefore, it may be a while before I can confirm that the previous problem that I expected was due to uClibc was instead caused by gcc. _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
