Re: perl-Tk static

2002-05-16 Thread Alan Drew
> OldGuyPerlerInTraining bows his head Python *eeew* *shudder* Java. *BIGGER EEEW* *BIGGER SHUDDER* > heads up warning for you alan - I had to go back and do > a rebuild of perl from the CPAN source since the RedHat 7.2 > default install of perl was built small. > > I need to deal with f

Re: perl-Tk static

2002-05-16 Thread drieux
On Thursday, May 16, 2002, at 02:36 , Alan Drew wrote: heads up warning for you alan - I had to go back and do a rebuild of perl from the CPAN source since the RedHat 7.2 default install of perl was built small. I need to deal with files bigger than 2-gig - hence had to rebuild using the USE_LA

Re: perl-Tk static

2002-05-16 Thread Alan Drew
n'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 supp

Re: perl-Tk static

2002-05-15 Thread drieux
On Wednesday, May 15, 2002, at 08:57 , Alan Drew wrote: [..] >> oh dear - you are chasing a phantom. >> >> http://www.lns.cornell.edu/~pvhp/ptk/qna2.html > > This link does not really help the matter: >> Lastly, it should be mentioned that if you build your perl/Tk statically >> rather than

Re: perl-Tk static

2002-05-15 Thread Alan Drew
Thanks for all the help! >> [ot@papc-mag-17 Tk800.023]# make tkperl >> make: *** No rule to make target `tkperl'. Stop. >> >> Any ideas? Thanks in advance. > > oh dear - you are chasing a phantom. > > http://www.lns.cornell.edu/~pvhp/ptk/qna2.html This link does not really help the matter:

Re: perl-Tk static

2002-05-15 Thread David vd Geer Inhuur tbv IPlib
Hi Drieux, Hhhm, Unix rules, but we still need men : make babies Make: Don't know how to make babies. Stop. Hope he didn't mess up someone elses "test" too much :) Regs David --- > > > On Wednesday, May 15, 2002, at 04:34 , Alan Drew wrote: > [..] > > > > For static linking the

Re: perl-Tk static

2002-05-15 Thread drieux
On Wednesday, May 15, 2002, at 04:34 , Alan Drew wrote: [..] > > For static linking the following is how it is supposed to work > (I think, but I don't use static linking normally, this scheme > worked as far as this on one trial under SunOS4.) > > perl Makefile.PL > make > make tkperl > make te

Re: perl-Tk static

2002-05-15 Thread Jonathan E. Paton
> The first two steps are fine. Problem is, when I come the next step: > > [ot@papc-mag-17 Tk800.023]# make tkperl > make: *** No rule to make target `tkperl'. Stop. > > Any ideas? Thanks in advance. Verify you need this... usually everything is build with just 'make'. If the documentation say

perl-Tk static

2002-05-15 Thread Alan Drew
Hi, I have a problem with perl-Tk. I downloaded Tk800.023 from cpan. I am using RH7.3. I want to build tkperl static. I untared the archive, and followed the INSTALL file as follows: - For static linking the following is how it is suppose