无法安装ClearCase :: CtCmd模块

时间:2013-01-23 11:09:39

标签: perl clearcase

我在安装ClearCase :: CtCmd时遇到错误。即使安装了MinGW,我也会收到此错误。

c:\temp\CtCmd-1.08>perl Makefile.PL
Set up gcc environment - 3.4.5 (mingw-vista special r3)
Looking for Version     12      Not Found
Cannot find  C:\Perl\site\bin\gcc.exe -> Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 12 at Makefile.PL line 162.

我的perl版本是

Set up gcc environment - 3.4.5 (mingw-vista special r3)
Summary of my perl5 (revision 5 version 16 subversion 2) configuration:

  Platform:
    osname=MSWin32, osvers=5.2, archname=MSWin32-x86-multi-thread
    uname=''
    config_args='undef'
    hint=recommended, useposix=true, d_sigaction=undef
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='C:\Perl\site\bin\gcc.exe', ccflags ='-DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -DPERL_TEXTMODE_SCRIPTS -DUSE_SITECUSTOMIZE -DPERL_IMPL
ICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -D_USE_32BIT_TIME_T -DHASATTRIBUTE -fno-strict-aliasing -mms-bitfields',
    optimize='-O2',
    cppflags='-DWIN32'
    ccversion='', gccversion='3.4.5 (mingw-vista special r3)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=8
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='__int64', lseeksize=8
    alignbytes=8, prototype=define

1 个答案:

答案 0 :(得分:1)

根据CtCmd the Perl extension for ClearCasedependency page应该运行Perl 5.16.2(你有)。

我不会在MinGW上使用perl,而是使用Perl directly for Windows 如果它不起作用,请查看Rational ClearCase自身包含的Perl(ccperl or ratperl)。

相关问题