Re: [tcltk-perl] Re: issue building Tcl-Tk-0.77
Brought to you by:
hobbs
From: Mike C. <da...@gm...> - 2004-04-21 23:54:35
|
On Tue, 20 Apr 2004 21:36:13 -0700, Jeff Hobbs <je...@ac...> wrote: > Mike Castle wrote: > > nexus@thune[9:27pm]src/Tcl-Tk/Tcl-Tk-0.77(518) perl Makefile.PL > > perl: relocation error: > > /usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi/auto/Tcl/Tcl.so: > > undefined symbol: Tcl_FindExecutable > > It doesn't appear to be linking against the Tcl library properly. DING DING DING we have a winner 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. Thanks! mrc |