NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Side by Side Install? (Score:1)
Re: (Score:1)
Re: (Score:1)
5.10.0 installs into c:\strawberry\ and 5.8.8 installs into c:\strawberry-perl\. So they should (ha!) co-exist just fine as long as you go fix up your PATH, LIB and INCLUDE environment variables.
-- dagolden
Re: (Score:1)
Re:Side by Side Install? (Score:1)
cpan> install PAR
Database was generated on Wed, 19 Dec 2007 20:36:19 GMT
Running install for module 'PAR'
Running make for S/SM/SMUELLER/PAR-0.976.tar.gz
Checksum for C:\strawberry\cpan\sources\authors\id\S\SM\SMUELLER\PAR-0.976.tar.gz ok
Scanning cache C:\strawberry\cpan\build for sizes
CPAN.pm: Going to build S/SM/SMUELLER/PAR-0.976.tar.gz
Checking if your kit is complete...
Looks good
Have C:\strawberry-perl\perl\lib\Config.pm expected C:\strawberry\perl\lib\Config.pm
Note (probably harmless): No library found for -lmsvcrt
Note (probably harmless): No library found for -lmoldname
Note (probably harmless): No library found for -lkernel32
Note (probably harmless): No library found for -luser32
Note (probably harmless): No library found for -lgdi32
Note (probably harmless): No library found for -lwinspool
Note (probably harmless): No library found for -lcomdlg32
Note (probably harmless): No library found for -ladvapi32
Note (probably harmless): No library found for -lshell32
Note (probably harmless): No library found for -lole32
Note (probably harmless): No library found for -loleaut32
Note (probably harmless): No library found for -lnetapi32
Note (probably harmless): No library found for -luuid
Note (probably harmless): No library found for -lws2_32
Note (probably harmless): No library found for -lmpr
Note (probably harmless): No library found for -lwinmm
Note (probably harmless): No library found for -lversion
Note (probably harmless): No library found for -lodbc32
Note (probably harmless): No library found for -lodbccp32
Writing Makefile for PAR
The system cannot find the path specified.
SMUELLER/PAR-0.976.tar.gz
C:\strawberry\c\bin\dmake.EXE -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Failed during this command:
SMUELLER/PAR-0.976.tar.gz : make NO
Reply to This
Parent
Re: (Score:1)
http://search.cpan.org/~adamk/Perl-Dist-0.51/lib/Perl/Dist/Bootstrap.pm#CONFIGU
I will probably just delete everything and remove all path information and reinstall and see it if works then.
Re: (Score:1)