Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: The MinGW and dmake cpan starts to install

by Anonymous Monk
on Feb 07, 2011 at 00:50 UTC ( [id://886580]=note: print w/replies, xml ) Need Help??


in reply to The MinGW and dmake cpan starts to install

2. Since I plan to install MinGW on my own, should I do so before running cpan or are the two MinGWs different?

I have installed MinGW before trying to use cpan (I used it to compile perl), and cpan never tried to install MinGW for me. I mostly use cpanp.

3. The MinGW I install will have make; will cpan still want to install dmake?

If you're compiling your own perl for win32, or you're using ActivePerl, you will use nmake or dmake, never make

perl -V:make
You can override make choice at runtime using
perl Makefile.PL make=make perl Makefile.PL make=nmake perl Makefile.PL make=dmake
dmake is preferred.

4. Regarding the broken links provided by ppm, what is the proper links?

dmake is distributed on cpan, dmake/MinGW by ActiveState, both come with http://strawberryperl.com/

http://search.cpan.org/dist/dmake/ (http://search.cpan.org/dist/dmake-4.12-20090907-SHAY/, http://search.cpan.org/~shay/dmake-4.12-20090907-SHAY/ )

http://ppm4.activestate.com/author/MINGW.html

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://886580]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-04-18 10:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found