bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Current HEAD does not build


From: Jim Meyering
Subject: Re: Current HEAD does not build
Date: Tue, 13 Feb 2007 13:20:48 +0100

Andreas Schwab <address@hidden> 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 ...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]