I have been trying to figure out what my problem is here. I ran it again disabling silent rules, but seeing a detailed console log hasn't been informative.
C has a little wierd syntax for an old FORTRAN programmer, but I've read a lot of code I didn't fully understand. This kmod array sort code isn't particularly confusing, doesn't do much more than call qsort. I figured, correctly, that comes from glibc. I pulled out the glibc tarball, tried to compile and run the tst-qsort2.c program. It didn't blow up (that was good), just returned silently. I think that's what it's supposed to do. First time I've tried to compile and run a C program, and I can't be sure I did it right or had the right supporting environment for the test. I don't think I can just run "make check" and have it run against the installed code. But it seems like glibc COULD be the problem. Backing up ~35 packages and doing glibc again IS possible, but does it make sense it would be just qsort that didn't install correctly? -- Paul Rogers [email protected] Rogers' Second Law: "Everything you do communicates." (I do not personally endorse any additions after this line. TANSTAAFL :-) -- http://www.fastmail.com - Choose from over 50 domains or use your own -- http://lists.linuxfromscratch.org/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page Do not top post on this list. A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? http://en.wikipedia.org/wiki/Posting_style
