in reply to Re^2: Problems installing DateTime module ...
in thread Problems installing DateTime module ...

Dear Anonymous Monk:

After my last e-mail I was looking in ithis directory: /nas/rstor1/dotykg/PERLBREW/build/perl-5.8.9 in the “config.sh” file and it shows the following assignments:

cc='cc' cccdlflags='-fPIC' ccdlflags='-Wl,-E' ccflags='-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_ +SOURCE -D_FILE_OFFSET_BITS=64' ccflags_uselargefiles='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64' ccname='gcc'

Should the variable “cc” be defined “gcc”? If so can I define it properly and do a reconfigure/reinstall? Many thanks, Kevin Doty

Replies are listed 'Best First'.
Re^4: Problems installing DateTime module ...
by dotykg (Novice) on Dec 02, 2011 at 20:34 UTC

    Dear Anonymous Monk:

    My system uses the environment modules system:

    http://modules.sourceforge.net/

    In my .cshrc file I was loading several modules. When I removed all module loads and re-installed Perl 5.8.9 I was successful installing the DateTime module. I had several modules loaded (including Portland compiler, MPICH2, HDF, NETCDF, and IDL). - hard to say which one was the culprit.

    Many thanks, Kevin Doty