hi i am on centos 5 and using perl 5.8.8
i want to use the tcl module with perl.
i downloaded the package at cspan
tcl-0.95.tar.gz(http://search.cpan.org/CPAN/authors/...cl-0.95.tar.gz) and did what it said.
This is from the README :
1. Tweak Makefile.PL is necessary only if your Tcl include files could not be found automatically by Makefile.PL script. Normally you just make
sure you have right tcl in your path at a moment of running Makefile.PL
script.
2. perl Makefile.PL
make
3. Before installing, you can run the small test suite with
make test if you wish.
4. make install
-> i dont know much about tweaking so left it and ran perl Makefile.PL
but it returned some warning.
This is the output :
tclsh=/usr/bin/tclsh
tcl_library=/usr/share/tcl8.4
tcl_version=8.4
LIBS = -ltcl8.4
Use of uninitialized value in concatenation (.) or string at Makefile.
+PL line 204.
INC =
DEFINE =
Use of uninitialized value in string at Makefile.PL
line 220.
Writing Makefile for Tcl
Then running make gave errors.
tclsh is in my path ( this was required, in README).
can any one help
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.