我尝试通过cygwin安装PERL模块。它给出了以下错误
bash-3.2$ perl Makefile.PL
Set up gcc environment - 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
Now let's see what we can find out about your system
(logfiles of failing tests are available in the conf/ dir)...
ERROR: cannot run the configured compiler 'C:\cygwin\bin\gcc.exe'
(see conf/compilerok.log). Suggestions:
1) The complier 'C:\cygwin\bin\gcc.exe' is not in your PATH. Add it
to the PATH and try again. OR
2) The compiler isn't installed on your system. Install it. OR
3) You only have a different compiler installed (e.g. 'gcc').
Either fix the compiler config in the perl Config.pm
or install a perl that was built with the right compiler
(you could build perl yourself with the available compiler).
Note: this is a system-administration issue, please ask your local
admin for help. Thank you.
我检查过并发现gcc.exe安装在C:\ cygwin \ bin
中任何线索?