Andreas Schwab <[EMAIL PROTECTED]> wrote: > I cannot compile current HEAD (e152d05d8211444850e83e4e403a510f00f55027): > > gcc -std=gnu99 -I. -I../lib -I/cvs/coreutils/src -I/cvs/coreutils/lib -O2 > -g -MT ls.o -MD -MP -MF .deps/ls.Tpo -c -o ls.o /cvs/coreutils/src/ls.c > /cvs/coreutils/src/ls.c:96:20: error: mpsort.h: No such file or directory > make[2]: *** [ls.o] Error 1
Thanks for the report. However, it works fine for me, and for the buildbot: http://proulx.com:9000/ Did you start by running ./bootstrap? When I do that, using the latest gnulib, I see that mpsort.h is symlinked from gnulib/lib into ./lib/: ./bootstrap: ln -fs /gnulib/lib/mpsort.h lib/mpsort.h If you don't have a "lib/mpsort.h" symlink, then suspect a problem with how the bootstrap is working. These days, when you run bootstrap (thus using gnulib-tool), it's usually a good idea to run "make distclean" before the usual ./configure && make ... _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
