[Bug build/18272] Build terminates with cannot remove /usr/include/limits.h
david_denny at verizon dot net
sourceware-bugzilla@sourceware.org
Fri Apr 17 02:04:00 GMT 2015
https://sourceware.org/bugzilla/show_bug.cgi?id=18272
--- Comment #3 from David A. Denny <david_denny at verizon dot net> ---
Here is the configuration I'm using. FWIW, I always start from clean (so the
make clean / distclean) are probably unnecessary, but then again the build
directory is empty too.
#!/bin/sh -x
make clean;
make distclean;
unset LD_LIBRARY_PATH
unset LIBRARY_PATH
unset PERL5LIB
unset PYTHONPATH
unset PKG_CONFIG_PATH
../glibc-2.21/configure \
--prefix=/usr \
--disable-profile \
--enable-kernel=2.6.32 \
--enable-obsolete-rpc \
2>&1 | tee configure.log
exit;
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list