in reply to Problem installing tcl
unfortunately the logic of Makefile.PL is twisted - I was always against making it complicated
but it grows by adding more and more include paths from different $^O variants.
You can use --include=/your/path/to/tcl/include-files to specify those, but even better is to --usestubs on linux, because this portion of makefile.pl is not broken. So try following command line:
perl Makefile.PL --usestubs
I guess this Makefile.PL needs serious cleaning upon next release.
HTH,
Vadim.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem installing tcl
by dale_chip (Initiate) on Aug 26, 2008 at 11:54 UTC |