Re: [tcltk-perl] Re: issue building Tcl-Tk-0.77
Brought to you by:
hobbs
From: Mike C. <da...@gm...> - 2004-04-21 22:52:15
|
On Tue, 20 Apr 2004 22:06:19 -0700, Mike Castle <da...@gm...> wrote: > It turns out that, for my machine, there is no libtcl, only libtcl8.4. > > But it looks like the Makefile.PL for Tcl goes to great pains to look > for libtcl only. > > Ok. So I learned about --tclconfig. > > It's much happier now. I spoke too soon. It turns out that, indeed, now Tcl is actually linking against libtcl. However, Tcl-Tk is still having issues. Particularly, it's trying to use TK_INCLUDE_SPEC. However, I just unpacked every version of tk8.4.0 through tk8.4.6, and NONE of them use TK_INCLUDE_SPEC. Now this is greatly confusing as cvs shows that it's been checked in since 2003-09-25, and bth tk8.4.5 and tk8.4.6 have been released since then. So I'm not sure if this is a bug in tk for not shipping with that; or Tcl-Tk for trying to use a feature that hasn't officially been shipped yet..... mrc |