Mail Archives: djgpp/2001/05/09/18:02:47
On July 30 2000 (!) Peter Farley wrote:
> M:\Text-CSV>perl Makefile.PL verbose
> Checking if your kit is complete...
> Warning: the following files are missing in your kit:
> MANIFEST
> README
> Please inform the author.
> NAME => q[Text::CSV]
> PREREQ_PM => { }
> VERSION_FROM => q[CSV.pm]
> Unable to find a perl 5 (by these names: m:/bin/perl.exe miniperl perl
> perl5 perl5.00502, in these dirs: M:\BIN C:\PROGRA~1\PERSON~1 D:\BAT
> D:\UT D:\PT C:\ C:\WINDOWS C:\WINDOWS\COMMAND
> C:\PROGRA~1\NETWOR~1\MCAFEE~1 C:\PROGRA~1\SYMANTEC\PCANYW~1\ m:/bin)
Don't know whether this has been solved yet, but I did find the cause
for this.
The problem described by Peter originates from
ExtUtils::MM_Unix::find_perl.
and can fixed by making the SHELL environment variable point to a unixy
shell
instead of command.com. e.g. in djgpp.env +SHELL=%DJDIR%/bin/sh.exe or
in bash export SHELL=/bin/sh.exe
Today I succeeded in building perl 5.6.1 from perl561s.zip
and it passes all tests. Is anyone already working on a binary
distribution of perl 5.6.1 for djgpp?
Teun Burgers
- Raw text -