From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Fernando Nasser Cc: jmoore@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] Add dependency of gdb on tcl/tk libraries Date: Fri, 13 Apr 2001 08:19:00 -0000 Message-id: References: <3AD71054.BA9B78DC@redhat.com> X-SW-Source: 2001-04/msg00138.html On Fri, 13 Apr 2001, Fernando Nasser wrote: > How will this work when/if we ever allow the use of the system's > installed Tcl/Tk, instead of the built ones? That is our goal for quite > some time. Presumably we won't be modifying the system's installed versions of tcl/tk... Of course, the configury would tell us where the library is found, so we just use that directory instead of the hardcoded one. Keith