When I try to build libc in a minimal chroot environment, configure fails while testing cpp functionality, because it uses <assert.h> for the tests, and assumes it's present (which it isn't) Obviously creating a dummy assert.h fixes things up just fine for me, but should it make this assumption? Andrew Walrond