Skip Menu |

This queue is for tickets about the perltk CPAN distribution.

Report information
The Basics
Id: 611
Status: open
Priority: 0/
Queue: perltk

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 800.023_5.00503
Fixed in: (no value)



I downloaded Tk800.023.tar.gz from cpam. I followed the isntallation instructions in the file INSTALL for static linking: ------------------------------- 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 This builds a perl with Tk statically linked in the Tk directory thus: ./tkperl -Mblib demos/widget ./tkperl -Mblib basic_demo should now work. -------------------- The first two steps work, but when I do the following: [ot@papc-mag-17 Tk800.023]# make tkperl make: *** No rule to make target `tkperl'. Stop. I am attempting to build on RedHat7.3. A normal install works fine.
[guest - Wed May 15 11:37:33 2002]: Show quoted text
> I downloaded Tk800.023.tar.gz from cpam. I followed the isntallation > instructions in the file INSTALL for static linking: > > ------------------------------- > 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.)
The static instructions only apply to platforms that normally build static, or with a perl with dynamic linking disabled. Ticket should have been against 'Tk' the module name. Show quoted text
> > perl Makefile.PL > make > make tkperl > make test # should work > > This builds a perl with Tk statically linked in the Tk directory > thus: > > ./tkperl -Mblib demos/widget > ./tkperl -Mblib basic_demo > > should now work. > > -------------------- > > The first two steps work, but when I do the following: > > [ot@papc-mag-17 Tk800.023]# make tkperl > make: *** No rule to make target `tkperl'. Stop. > > > I am attempting to build on RedHat7.3. A normal install works fine. >
On Sat Dec 13 13:50:46 2003, NI-S wrote: Show quoted text
> [guest - Wed May 15 11:37:33 2002]: >
> > I downloaded Tk800.023.tar.gz from cpam. I followed the isntallation > > instructions in the file INSTALL for static linking: > > > > ------------------------------- > > 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.)
> > The static instructions only apply to platforms that normally build > static, or with a perl with dynamic linking disabled. > > Ticket should have been against 'Tk' the module name. > >
> > > > perl Makefile.PL > > make > > make tkperl > > make test # should work > > > > This builds a perl with Tk statically linked in the Tk directory > > thus: > > > > ./tkperl -Mblib demos/widget > > ./tkperl -Mblib basic_demo > > > > should now work. > > > > -------------------- > > > > The first two steps work, but when I do the following: > > > > [ot@papc-mag-17 Tk800.023]# make tkperl > > make: *** No rule to make target `tkperl'. Stop. > > > > > > I am attempting to build on RedHat7.3. A normal install works fine. > >
> >
Please put me on the distro list for these reports, even if they're known issues like static builds. The bug report took 'way to long to get back to me. Thanks, RKIES