J
jomarbueyes
Dear all,
I'd like to install some CPAN modules into my account on a shared computer-cluster. However, some of the include files (e.g. the math.h) are specific to the Intel compiler icc and thus produce an error when I type 'make'. Hasanybody found a similar problem and solved it? If so, could you point me to where I can find what to change in the Makefile to use icc instead of gcc? At least two of the modules I'm trying to install (List::MoreUtils and List::AllUtils) do not come with a Build.PL so I need to go through the 'make' installation path.
Some additional info: We have icc version 13.0.0, which claims compatibility with gcc version 4.1.2 -the version installed in the cluster.
Thank you in advance for any help,
Jomar
I'd like to install some CPAN modules into my account on a shared computer-cluster. However, some of the include files (e.g. the math.h) are specific to the Intel compiler icc and thus produce an error when I type 'make'. Hasanybody found a similar problem and solved it? If so, could you point me to where I can find what to change in the Makefile to use icc instead of gcc? At least two of the modules I'm trying to install (List::MoreUtils and List::AllUtils) do not come with a Build.PL so I need to go through the 'make' installation path.
Some additional info: We have icc version 13.0.0, which claims compatibility with gcc version 4.1.2 -the version installed in the cluster.
Thank you in advance for any help,
Jomar