I'm trying to install a perl module I downloaded from CPAN, for example PD.pm.
perl Makefile.PL LIB=/path/to/my/dir
make
this fails since cc (c compiler) doesn't work, and this module involves compilation.
Why is cc not enabled? (I presume because it;s resource hog)
Can this be done??
Thanks
perl Makefile.PL LIB=/path/to/my/dir
make
this fails since cc (c compiler) doesn't work, and this module involves compilation.
Why is cc not enabled? (I presume because it;s resource hog)
Can this be done??
Thanks

Comment