From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: jmoore@redhat.com Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Add dependency of gdb on tcl/tk libraries Date: Thu, 12 Apr 2001 23:40:00 -0000 Message-id: <200104130640.CAA07506@delorie.com> References: X-SW-Source: 2001-04/msg00132.html > Date: Thu, 12 Apr 2001 15:04:44 -0700 (PDT) > From: "John R. Moore" > > After noticing that a change in the tcl doesn't force gdb > to re-link, I'm proposing the following patch: > > This was tested on linux-2.2.16-22 using the gcc-2.97. > > 2001-04-12 John R. Moore > > * configure.in: Added dependency of gdb on tcl/tk libraries. > * Makefile.in: Likewise. > * configure: Regenerated with the above using autoconf. Hmm... am I missing something, or does this patch _require_ tcl to be linked in? What about ports that *never* build with tcl, such as DJGPP? What if the Tcl and Tk directories don't exist at configure time?