turnah has asked for the wisdom of the Perl Monks concerning the following question:
I'm attempting to install Text::CSV_XS on perl (v5.10.0 built for MSWin32-x64-multi-thread). This is the version of perl that comes with oracle and have half the program configured for this so can't change to Strawberry (which it works in!)
I've installed Visual C++ Express and attempted to install with CPAN, it falls over at the following:icl -c -nologo -GF -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONS +OLE -DNO_STRICT -DHAVE_DES_FCRYPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPL +ICIT_SYS -DUSE_PERLIO -MD -Zi -DNDEBUG -O1 -DVERSION=\"1.20\" -DX +S_VERSION=\"1.20\" "-ID:\oracle\WL10.3.6.0\FR11.1.2.0\perl\lib\CORE" + CSV_XS.c'icl' is not recognized as an internal or external command +,operable program or batch file. NMAKE : fatal error U1077: 'icl' : return code '0x1' Stop.
From hours and hours of Googling, it looks like it is trying to use the icl compiler, which I can see is specified in the MakeFile - CC = icl ... the problem is we don't have the intel compiler and aren't able to pay the x££ for it.
I'm new to all this and trying to get my head around it. Could someone lend a gentle hand to how to get it compiled and installed.
Please let me know if i've missed out anything important.
Many Thanks, Michael
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Installing Text::CSV_XS
by syphilis (Archbishop) on Jan 06, 2016 at 10:58 UTC | |
|
Re: Installing Text::CSV_XS
by Tux (Canon) on Jan 06, 2016 at 13:53 UTC | |
|
Re: Installing Text::CSV_XS
by Anonymous Monk on Jan 06, 2016 at 09:07 UTC | |
by turnah (Initiate) on Jan 06, 2016 at 09:22 UTC | |
by Corion (Patriarch) on Jan 06, 2016 at 09:30 UTC | |
by turnah (Initiate) on Jan 06, 2016 at 09:59 UTC | |
by Corion (Patriarch) on Jan 06, 2016 at 10:09 UTC | |
by Anonymous Monk on Jan 06, 2016 at 09:37 UTC | |
by turnah (Initiate) on Jan 06, 2016 at 10:05 UTC | |
by Anonymous Monk on Jan 06, 2016 at 10:11 UTC |