Hi,
After some work, I got Tcl to compile and install on cygwin. I made
this edit to Makefile.PL:
$ diff Makefile.PL Makefile.PL.works
87c87
< if ($^O eq 'MSWin32') {
---
> if ($^O eq 'MSWin32' or $^O eq 'cygwin') {
and ran:
perl Makefile.PL --tclconfig /usr/lib/tclConfig.sh
Make test did pretty good:
Running make test
/usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/after.........ok
t/geomgr........ok
t/optmenu.......ok
t/photo.........skipped
all skipped: no Img extension available (can't find package
Img at /home/mik/.cpan/build/Tcl-Tk-0.87/blib/lib/Tcl/Tk.pm line 872.
t/ptk-compat....ok
t/text..........ok
t/zzPhoto.......skipped
all skipped: no Img extension available
All tests successful, 2 tests skipped.
Files=7, Tests=48, 16 wallclock secs ( 3.18 cusr + 1.95 csys = 5.13 CPU)
/usr/bin/make test -- OK
Hope this helps someone.
mik
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/cygwin-perl/
<*> To unsubscribe from this group, send an email to:
cygwin-perl-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|