This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configure problem


> 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)

Yes, this is arguably a bug in Autoconf.  It would be better to use
limits.h or stddef.h.  But I think there are other problems with empty
include/lib trees (the same thing bites when freshly setting up a
cross-compilation environment).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]