This is the mail archive of the gdb@sources.redhat.com 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: Expect broken by new TCL import


I did that.  TCL has some serious make issues; my tcl object directory
has 8.3 and 8.4 in it, and nothing triggered expect to reconfigure in
such a way as to discard the cached -ltcl8.3.

This means existing build directories probably need to be cleaned
pretty thoroughly.  The beauty of the new toplevel configury: it's as
simple as rm -rf expect, make all-expect.  Now it works.

On Wed, Jan 22, 2003 at 04:32:23PM -0800, Martin M. Hunt wrote:
> Your expect is looking for tcl8.3, which is the old version. Maybe you
> need to rebuild expect against the the tcl8.4 release?
> 
> Martin
> 
> On Wed, 2003-01-22 at 16:19, Daniel Jacobowitz wrote:
> > Running expect now fails; it can't find init.tcl, since it searches only in
> > paths in the $objdir:
> > 
> > Tcl_Init failed: Can't find a usable init.tcl in the following directories: 
> >     {} /opt/src/binutils/x86-as/gdb/testsuite/../../share/tcl8.3 /opt/src/binutils/x86-as/gdb/testsuite/../share/tcl8.3 /opt/src/binutils/x86-as/gdb/testsuite/../share/tcl8.3/library /opt/src/binutils/x86-as/gdb/testsuite/../library /opt/src/binutils/x86-as/gdb/testsuite/../tcl8.3/library /opt/src/binutils/x86-as/gdb/testsuite/tcl8.3/library
> > 
> > 
> > 
> > This probably means that Tcl wasn't installed properly.
> > 
> > 
> > 
> > And running make check fails:
> > 
> > Tcl_Init failed: can't read "tcl_pkgPath": no such variable
> > make: *** [just-check] Error 1
> > 
> > 
> > -- 
> > Daniel Jacobowitz
> > MontaVista Software                         Debian GNU/Linux Developer
> 
> 
> 

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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