免费注册 查看新帖 |

Chinaunix

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

solaris下perl Bytecode 编译问题 帮帮忙 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-11-30 16:16 |只看该作者 |倒序浏览
在朋友的机子上遇到一怪事,大家帮忙。。。。。。
-----------------------------------------------
$ perl -MO=Bytecode,-ohi -e 'print "hi!\n"'
No package specified for compilation, assuming main::
-e syntax OK
-----------------------------------------------
$ perl hi
Number found where operator expected at hi line 1, near "solaris"
syntax error at hi line 1, near "solaris"
Execution of hi aborted due to compilation errors.
-----------------------------------------------
$ cat hi
CBLPsun4-solaris0.04^D^D0x4321^G
..........................
..........................
..........................
-----------------------------------------------
Perl 5.8.0 Solaris 8 Sparc

论坛徽章:
1
荣誉会员
日期:2011-11-23 16:44:17
2 [报告]
发表于 2004-11-30 17:28 |只看该作者

solaris下perl Bytecode 编译问题 帮帮忙

你為什麼要用perl hi去run?
應該有特別的call的方式..直接用
perl hi 他會去讀取每一行..然後試著用perl的語法去檢查問題..
so.......
compile成binary的話,請用PAR吧...

论坛徽章:
0
3 [报告]
发表于 2004-12-01 09:07 |只看该作者

solaris下perl Bytecode 编译问题 帮帮忙

$ chmod a+x hi
$ ./hi
./hi: CBLPsun4-solaris0.04^D^D0x4321^G: 没找到
./hi: ^C^F^A^C^A^G^C^B^O^A^Q^A^F^C^C^A^O^A^Q: 没找到
./hi: C^C^Q: 没找到
......................
......................
......................
------------------------------------------------------
$ rm hi
$ cat hi.pl
#!/usr/bin/perl
print "hello world";
-------------------------------------------------------
$ perlcc -B -o hix.pl hi.pl
$ perl hix.pl
$ 无任何反应.......
-------------------------------------------------------
我知道B模块是试验性质,但不至于这样吧。郁闷。
另外是不是系统一定得有gcc?字节码不需要吧?

论坛徽章:
0
4 [报告]
发表于 2004-12-01 09:10 |只看该作者

solaris下perl Bytecode 编译问题 帮帮忙


$ cat hix.pl
#!/usr/local/bin/perl
use ByteLoader 0.04;
CBLPsun4-solaris0.04^D^D0x4321^G
^C^F^A^C^A^F^C^B^A^O^A^Q
.............................
.............................
.............................

论坛徽章:
1
荣誉会员
日期:2011-11-23 16:44:17
5 [报告]
发表于 2004-12-01 21:27 |只看该作者

solaris下perl Bytecode 编译问题 帮帮忙

有沒有看過ByteLoader的document..應該要在perl之後..加些東西吧..
找找doc吧....

论坛徽章:
0
6 [报告]
发表于 2004-12-02 09:28 |只看该作者

solaris下perl Bytecode 编译问题 帮帮忙

hix.pl文件里的头两行是
#!/usr/local/bin/perl
use ByteLoader 0.04;
就已经确定以下的行就是字节码,然后编译执行了。
-------------------------------------
或者依照ByteLoader模块的Doc来做
use ByteLoader 0.04;
  <byte code>;

  or just

  perl -MByteLoader bytecode_file
-----------------------------------------
我这样也做了。
但结果也在预料之内
$ perl -MByteLoader hix.pl
Invalid bytecode for this architecture: bad magic (want 0x43424c50, got 0x23212f75).

论坛徽章:
1
荣誉会员
日期:2011-11-23 16:44:17
7 [报告]
发表于 2004-12-02 21:26 |只看该作者

solaris下perl Bytecode 编译问题 帮帮忙

剛剛試了一下..也都沒有反應..
solaris, redhat都一樣..
看起來Bytecode不是拿來執行用的..
倒像是libaray那樣的so檔...
等有時間再來研究...
This module is used to load byte compiled perl code as produced by perl -MO=Bytecode=.... It uses the source filter mechanism to read the byte code and insert it into the compiled code at the appropriate point.

论坛徽章:
0
8 [报告]
发表于 2004-12-03 10:08 |只看该作者

solaris下perl Bytecode 编译问题 帮帮忙

不是吧,上头的代码全都是从CPAN和PerlDoc原话抄来的。

论坛徽章:
1
荣誉会员
日期:2011-11-23 16:44:17
9 [报告]
发表于 2004-12-03 12:26 |只看该作者

solaris下perl Bytecode 编译问题 帮帮忙

我不是有引用一段話...看起來他是把 某段bytecode
重新整理過濾後後,放進適當的compiled code中...
很少聽到有人直接用Bytecode的....
大部分都是perlcc...
Perl 6不確定..

论坛徽章:
0
10 [报告]
发表于 2004-12-03 14:44 |只看该作者

solaris下perl Bytecode 编译问题 帮帮忙

没错啊,不好意思,我e文的确不咋地
这段话的意思大概就是ByteLoader模块用来加载用perl -MO=Bytecode=....生成的字节码....
而且ByteLoaer模块的文档也说了
perl -MByteLoader bytecode_file
那么bytecode_file从哪里来?
肯定就是
perl -MO=Bytecode myfile.pl
来的呀?
不觉得有什么问题啊。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP