bug-coreutils
[Top][All Lists]
Advanced

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

Re: Dependency error building 7.4


From: Ralf Wildenhues
Subject: Re: Dependency error building 7.4
Date: Sat, 25 Jul 2009 08:29:22 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Daniel Richard G. writes:
> > -----Original Message-----
> >
> > Can you send me src/Makefile, please, gzip'ed?
> 
> It is attached.

After glancing over the file, off-list, I can only conclude that you
may have built inside the source tree before, and not done a full
  make distclean

there, before starting a VPATH build (build tree != source tree), IOW,
there might be leftover object files in the source tree.

The Makefile clearly shows the dependency of mv$(EXEEXT) upon $(mv_OBJEXTS)
which expands to $(am_mv_OBJECTS) which contains $(am__objects_1) which
expands to copy.$(OBJEXT) cp-hash.$(OBJEXT).

If this doesn't help clear up the issue, then maybe you can send make debug
output, e.g., 'make -d SHELL="/bin/sh -x"' (please pack again).

Cheers,
Ralf





reply via email to

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