installing module, "make" doesnt work in my computer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • HermannJens
    New Member
    • Aug 2006
    • 7

    installing module, "make" doesnt work in my computer

    im trying to install a module.
    The directions for installing modules say:
    download the file,
    extract it,
    put the file under "c:/perl/lib/module-here"
    go to "cmd"
    type there:
    perl makefile.pl
    make
    make install

    But my problem is that this "make" command simply doesn work in my computer.
    All i get is " 'make' is not recognized as an internal command, operable program or batch file".

    How do i solve that?

    Im using Windows XP, no linux and no unix.
  • HermannJens
    New Member
    • Aug 2006
    • 7

    #2
    okey i found that.

    type "perl -V:make",
    and then you will see what to type instead of "make" in your system.

    Hermann

    Comment

    Working...