in reply to Re^4: Strawberry Perl 5.12.3, CPAN, make file problems (dmake.exe), DFSEP and backslash "\"
in thread Strawberry Perl 5.12.3, CPAN, make file problems (dmake.exe), DFSEP and backslash "\"
I ran your command, and it looks okay to to me.
C:\strawberry\cpan\build\OLE-Storage_Lite-0.19-pT5XuU > perl -V:make -V:perlpath -e " die $^X" make='dmake'; perlpath='C:\strawberry\perl\bin\perl.exe'; C:\strawberry\perl\bin\perl.exe at -e line 1.
After the perl Makefile.PL command, I look in the Makefile and see:
C:\strawberry\cpan\build\OLE-Storage_Lite-0.19-pT5XuU > find "perl.exe" Makefile ---------- MAKEFILE PERL = C:\strawberry\perl\bin\perl.exe FULLPERL = C:\strawberry\perl\bin\perl.exe perl.exe so_locations \ FULLPERL = C:\strawberry\perl\bin\perl.exe
Any more suggestions?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Strawberry Perl 5.12.3, CPAN, make file problems (dmake.exe), DFSEP and backslash "\"
by syphilis (Archbishop) on Feb 17, 2012 at 03:20 UTC | |
by jffry (Hermit) on Feb 17, 2012 at 17:43 UTC | |
by Anonymous Monk on Feb 17, 2012 at 20:03 UTC | |
by jffry (Hermit) on Feb 17, 2012 at 20:59 UTC | |
by Eliya (Vicar) on Feb 17, 2012 at 23:39 UTC |