in reply to Problems installing DateTime module ...
Does cpanm not automatically install Cbuilder?
The log says CBuilder is installed
Possible compiler flag/switch issues?
You never show any output from any compiler
You show a whole bunch of test failures, showing missing prerequisites
Complaints of “no compiler” – where do I set the “c compiler?”
Since you compiled your own perl, you can just ignore this message, its probably a bug in whatever emitted it
Here is one way to check
$ perl -V:cc cc='gcc'; $ which gcc C:/MinGW/bin/gcc.EXE
But you shouldn't need to do this, esp if you compile your own perl
“Can't locate Params/Validate.pm in @INC” message
Maybe you want to install Params::Validate?
Build resorting to “/nas/rhome/dotykg/.cpanm” when I have a “cpanm” version underneath “/rstor/dotykg/PERLBREW/bin”
Configuration directory, configuration files, cache ... does not live under .../bin, and the executable is named cpanm not .cpanm , .cpanm is the config/cache directory
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problems installing DateTime module ...
by dotykg (Novice) on Dec 02, 2011 at 16:17 UTC | |
by dotykg (Novice) on Dec 02, 2011 at 17:28 UTC | |
by dotykg (Novice) on Dec 02, 2011 at 20:34 UTC |