RE: install a package on windows

2010-12-15 Thread Sunita Rani Pradhan
You can install dmake/nmake to install perl packages . -Sunita -Original Message- From: Erez Schatz [mailto:moonb...@gmail.com] Sent: Wednesday, December 15, 2010 7:47 PM To: beginners@perl.org Subject: Re: install a package on windows On 12/15/2010 04:09 PM, Jeff Peng wrote: >

Re: install a package on windows

2010-12-15 Thread Jeff Peng
于 2010-12-16 7:06, Sisyphus 写道: ppm install MinGW I think that gives you both the MinGW port of the gcc compiler and dmake (which is the make utility you'll be using ... not gmake). If you find that dmake is not installed by running 'ppm install MinGW', then run: ppm install dmake Once MinGW a

Re: install a package on windows

2010-12-15 Thread Sisyphus
- Original Message - From: "Ron Bergin" You could also install the MinGW module which is in ActiveStates repository and which provides the needed compiler so you can build/install modules using cpan. Yes - more explicitly: ppm install MinGW I think that gives you both the MinGW po

Re: install a package on windows

2010-12-15 Thread Ron Bergin
Jeff Peng wrote: > Hi, > > I have intalled activeperl 5.10 on windows and try to install a perl > package. > But I can't find the package in activeperl's "perl package manager" > though this package does exist in CPAN. > Also my windows doesn't have gcc/gmake installed. > So how to install this kin

Re: install a package on windows

2010-12-15 Thread Rob Dixon
On 15/12/2010 14:09, Jeff Peng wrote: > Hi, > > I have intalled activeperl 5.10 on windows and try to install a perl > package. > But I can't find the package in activeperl's "perl package manager" > though this package does exist in CPAN. > Also my windows doesn't have gcc/gmake installed. > So h

Re: install a package on windows

2010-12-15 Thread Erez Schatz
On 12/15/2010 04:09 PM, Jeff Peng wrote: > Hi, > > I have intalled activeperl 5.10 on windows and try to install a perl > package. Hello Jeff, If possible, I recommend installing from the Strawberry Perl distribution: http://strawberryperl.com It includes a functioning cpan client, and comes wit

install a package on windows

2010-12-15 Thread Jeff Peng
Hi, I have intalled activeperl 5.10 on windows and try to install a perl package. But I can't find the package in activeperl's "perl package manager" though this package does exist in CPAN. Also my windows doesn't have gcc/gmake installed. So how to install this kind of package? Thanks. Regards.