>
Thanks once again;

> sorry - the name 'tkperl' as far as I 'get it' really no longer
> exists as a stand alone application - that you really will want
> to chase down - assuming that you are not trying to do the
>
>       mix and match perl/TK and Tcl/TK where you have
>               Tcl::Tk to call out TK tricks using both
>               perl and Tcl concurrently
>
Nope.


> [..]
>
> Good to know you feel at home with the old make gags,
> many of 'the younger crowd' are still new to the silly
> problems that come from trying to make non-existent targets.
>

I have been around a bit.
/me notes the bald patch on his head....
:O)
>


> ok, let us step back and ask a few questions:
>
>       a) how did you build your perl?
>
Didn't - it was an rpm install. The problem is, Red Hat 7.x doesn't 
include perl-tk with their iso images from the website (and there was 
mucho hassle in the one I found from rpmfind.org). But - this is not the 
reason I want to build Perl-Tk static.

>       b) how did you build your perl/Tk ?
Downloaded Tk800.023 from cpan. Followed instructions supplied.

>
> I think you will find that you can start a few test codings of the form
>
>       #!/usr/bin/perl -w
>       use strict;
>       use Tk;
>
> and that they will do what you are expecting of them, and that
> you do not need to go out and find a tkperl.
>
> while google searching I found:
>
> http://www.rosat.mpe-garching.mpg.de/mailing-
> lists/ptk/1997-06/msg00062.html
>
> and it is not clear to me why one would wish to go back to say
>
>       perl 5.003_93
>
> or TK400.202 for that matter....
>
> hence when You get to say:
>
>       http://www.sunset-cliffs.org/cgi-bin/cvsweb.cgi/tkperl-
> examples/tk_colormenu.pl?rev=1.1.1.1&content-type=text/x-cvsweb-markup
>
> that uRL may need to be hand lifted into a webBrowser,
> you will note that they are doing that without the need
> of any special utility tkperl...
>

Ok - these links are fine. The first one is a solution (I think) to my 
problems; the second, an example of some perl-Tk - which I have written 
lots of. (wonder why I didn't get the first one on my google trawl??)

The reason why I wanted (note the past tense) a perltk is because I 
regularly work on systems which don't have perl-Tk installed, and I 
don't have superuser access on these machines to do something about it! 
Yesterday evening, before I received this email, I worked a way around 
it:

I compiled Tk, and copied it to ~/lib/perl5/

I then added to my script:
use lib ' $ENV{HOME}/lib/perl5/ ' ;


Which to most experienced users would be the thing to try in the first 
place! But, I have only been doing perl for 6 months, and I know how to 
do some things. However, there is more I don't know! Thanks for all the 
help,
A.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to