免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 4027 | 回复: 3
打印 上一主题 下一主题

Perl 5.10的多线程问题 [复制链接]

论坛徽章:
0
1 [报告]
发表于 2010-01-25 10:07 |只看该作者
在编译时要加上
./Configure -Duseithreads

论坛徽章:
0
2 [报告]
发表于 2010-01-25 10:57 |只看该作者

回复 #2 DQP 的帖子

./Configure -des -Dprefix=/usr/local/perl  -Duseithreads
我这样编译的,你看可以么?
另外网上有这样的回答:
假如要讓 perl 支援 threads,必須要在 perl 編譯時就加有  WITH_THREADS=yes 的參數,否則執行需用到 threads 的 perl 時,會出現這樣的錯誤:

This Perl not built to support threads

The particular copy of Perl that you're trying to use was not built using the useithreads configuration option.

Having threads support requires all of Perl and all of the XS modules in the Perl installation to be rebuilt; it is not just a question of adding the threads module (i.e., threaded and non-threaded Perls are binary incompatible.)

以我之前用的 freebsd 7.1 為例,就得先移除舊的再重新編譯:

[root@log ~] cd /usr/ports/lang/perl5.8  
[root@log perl5.8] make deinstall
.......

[root@log perl5.8] make install WITH_THREADS=yes
.......
===>  Extracting for perl-threaded-5.8.8_1    出現這行就對了
.......

再進到 CPAN 安裝 threads 就好了,這樣use threads就可以正常運行了。

[root@log ~] perl -MCPAN -e shell
.......
cpan> make install threads
.......

论坛徽章:
0
3 [报告]
发表于 2010-01-25 11:08 |只看该作者
具体的步骤忘记了。。。。
安装的时候看一下帮助文件就好了。。

论坛徽章:
0
4 [报告]
发表于 2010-01-25 11:13 |只看该作者

回复 #4 DQP 的帖子

恩  好的 我再仔细看看把,需要学习! 呵呵 谢谢了!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP