+ -
当前位置:首页 → 问答吧 → perl 5.12.0安装的时候报错

perl 5.12.0安装的时候报错

时间:2010-09-18

来源:互联网

make的时候怎么报好多c代码错误,还需要修改这些c代码?
  1. (Bundled) cc: warning 922: "-Ae" is unsupported in the bundled compiler, ignored.
  2. (Bundled) cc: warning 922: "+O2" is unsupported in the bundled compiler, ignored.
  3. (Bundled) cc: warning 922: "+Onolimit" is unsupported in the bundled compiler, ignored.
  4. "pp_hot.c", line 112: error #2020: identifier "TOP" is undefined
  5.       dVAR; dSP; dPOPTOPssrl;
  6.                  ^

  7. "pp_hot.c", line 112: error #2065: expected a ";"
  8.       dVAR; dSP; dPOPTOPssrl;
  9.                  ^

  10. "pp_hot.c", line 226: error #2020: identifier "concat" is undefined
  11.     dVAR; dSP; dATARGET; tryAMAGICbin(concat,opASSIGN);
  12.                          ^

  13. "pp_hot.c", line 226: error #2018: expected a ")"
  14.     dVAR; dSP; dATARGET; tryAMAGICbin(concat,opASSIGN);
  15.                          ^

  16. "pp_hot.c", line 228: error #2020: identifier "TOP" is undefined
  17.       dPOPTOPssrl;
  18.       ^

  19. "pp_hot.c", line 228: error #2065: expected a ";"
  20.       dPOPTOPssrl;
复制代码

作者: yybmsrs   发布时间: 2010-09-18

本帖最后由 lokchungk 于 2010-09-19 10:08 编辑

是從Perl.org下載的嗎?
perl.org上的perl src好像有問題的,
用cpan上的試試

作者: lokchungk   发布时间: 2010-09-19