thomas_shi
新手求助,安装perl5.10后发现没有perlcc
今天在[url=http://www.perl.org]www.perl.org[/url]上下载了个perl5.10安装在windows下,发现没有perlcc是怎么回事呢?
还是要单独的下载这个perlcc?
注:非ActivePerl
[[i] 本帖最后由 thomas_shi 于 2008-2-29 11:05 编辑 [/i]]
net_robber
[quote]原帖由 [i]thomas_shi[/i] 于 2008-2-29 10:41 发表 [url=http://bbs.chinaunix.net/redirect.php?goto=findpost&pid=8021058&ptid=1058901][img]http://bbs.chinaunix.net/images/common/back.gif[/img][/url]
今天在[url]www.perl.org上下载了个perl5.10[/url]安装在windows下,发现没有perlcc是怎么回事呢?
还是要单独的下载这个perlcc?
注:非ActivePerl [/quote]
不用
net_robber
[quote]原帖由 [i]net_robber[/i] 于 2008-2-29 15:38 发表 [url=http://bbs.chinaunix.net/redirect.php?goto=findpost&pid=8023033&ptid=1058901][img]http://bbs.chinaunix.net/images/common/back.gif[/img][/url]
不用 [/quote]
安装后就有吧??
[code]C:/Documents and Settings/Administrator>perlcc
Set up gcc environment - 3.2.3 (mingw special 20030504-1)
C:/Perl/bin/perlcc.bat: Usage:
C:/Perl/bin/perlcc.bat [-o executable] [-r] [-O|-B|-c|-S] [-I /foo] [-L /foo] [-
log log] [source[.pl] | -e oneliner][/code]
hackxer
perlcc has been removed from Perl effective Perl 5.10.
[quote]perlcc, the byteloader and the supporting modules (B::C, B::CC, B::Bytecode, etc.) are no longer distributed with the perl sources. Those experimental tools have never worked reliably, and, due to the lack of volunteers to keep them in line with the perl interpreter developments, it was decided to remove them instead of shipping a broken version of those. The last version of those modules can be found with perl 5.9.4.[/quote]
最后包含perlcc的版本是5.9.4