This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

Re: GDB doesn't compile on GNU/Linux


Daniel Jacobowitz wrote:
> On Tue, Nov 28, 2006 at 10:45:54PM +0100, Ulrich Weigand wrote:
> > > Nothing in the Makefile seems to depend on nm-linux.h.  I probably hadn't
> > > updated this checkout since before 2006-10-19.
> > 
> > I thought the nm.h dependencies are set up automagically during configure?
> 
> I don't think anything actually depends on nm.h, though,

Well, $(defs_h) includes $(nm_h), and just about everything depends on
$(defs_h).  Indeed, if I touch config/s390/nm-linux.h (the main NAT_FILE
on s390-linux and symlinked to nm.h by configure), most everything gets
rebuilt.

> and we don't
> have dependencies for things it includes either.

*That* appears to be the problem.  If I touch config/nm-linux.h,
nothing gets rebuilt at all.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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