This is the mail archive of the glibc-bugs@sourceware.org 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]

[Bug build/18272] Build terminates with cannot remove /usr/include/limits.h


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.


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