Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi
I have been asked to install tcl.pm in order to be hard linked to a specific installation so that everything can be moved without tcl.pm loosing sight of Tcl. Linking to a specific Tcl installation is easily achievable by using: perl Makefile.PL --tclconfig /opt/local/lib/tclConfig.sh as pointed out in several forums. However, this doesn't make it 'movable'. I do not think it is possible to install tcl.pm to make it 'movable', even if in the POD the author seems to indicate this. I guess I should work with some ENV variables, for example like in tkx.pm using something like $ENV{'PERL_TCL_DL_PATH'} = $frameworkpath;, for example at BEGIN time. But some mechanism like this seems not to exist in tcl.pm. Any ideas that I could explore?
Flo.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: making tcl.pm and Tcl movable
by LanX (Saint) on Nov 17, 2018 at 17:26 UTC | |
by Anonymous Monk on Nov 17, 2018 at 18:05 UTC | |
by LanX (Saint) on Nov 17, 2018 at 20:07 UTC | |
by Anonymous Monk on Nov 18, 2018 at 21:54 UTC | |
by swl (Prior) on Nov 18, 2018 at 22:32 UTC | |
by LanX (Saint) on Nov 18, 2018 at 22:22 UTC | |
| |
by Anonymous Monk on Nov 17, 2018 at 20:23 UTC |