Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Compiling C/C++ based Modules under ActiveState using MinGW

by syphilis (Archbishop)
on May 11, 2007 at 04:07 UTC ( [id://614808]=perltutorial: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl Makefile.PL
    dmake test
    dmake install
    
  2. or download this
    perl -MConfig_m Makefile.PL
    dmake test
    dmake install
    
  3. or download this
    set perl5opt=-MConfig_m
    
  4. or download this
    perl Makefile.PL
    dmake test
    dmake install
    
  5. or download this
        ldflags
        libc
        libs
    
  6. or download this
        ldflags
        libc
        lib_ext
        libs
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (8)
As of 2024-04-23 14:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found