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 test # should work [..] > > 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.
oh dear - you are chasing a phantom..... http://www.lns.cornell.edu/~pvhp/ptk/qna2.html { although a reasonably old one by computer times.... } the problem is that there is no target 'tkperl' in the make file - hence it will not make the target... xanana: 76:] make happy make: *** No rule to make target `happy'. Stop. xanana: 77:] no wonder I am SAD..... so the question is what happens when you do the make test side... ciao drieux --- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]