> Try disabling diet libc in the Makefile.inc. Odd, that does seem to fix it. I added a patch to my local build (below) and it built just fine. Thanks, Peter ------ diff -urNp anaconda-10.1.1.37.orig/Makefile.inc anaconda-10.1.1.37/Makefile.inc --- anaconda-10.1.1.37.orig/Makefile.inc 2004-09-24 15:48:19.000000000 -0500 +++ anaconda-10.1.1.37/Makefile.inc 2006-04-24 14:16:28.000000000 -0500 @@ -21,5 +21,5 @@ endif # diet defines USEDIET=0 ifeq (i386, $(ARCH)) -USEDIET=1 +USEDIET=0 endif ------