RE: [tcltk-perl] Re: issue building Tcl-Tk-0.77
Brought to you by:
hobbs
From: Konovalov, V. <vko...@sp...> - 2004-04-21 05:37:07
|
> This probably says a lot: > > nexus@thune[9:37pm]src/Tcl-Tk/Tcl-Tk-0.77(520) perl -e 'use Tcl;' > perl: relocation error: > /usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi/auto/Tc > l/Tcl.so: > undefined symbol: Tcl_FindExecutable I may think of an idea when you built extension with one Tcl (entire Tcl, not Perl module) and at execution time steps into run another version. What version of Tcl will run if you'll just invoke it from command shell? And can it be different from one at build time? What will following output: echo 'puts $tcl_version' | tclsh |