todayrw 发表于 2009-11-20 22:42

编译出错,是否是哪个库文件没有的原因?

公司服务器上考来的代码,用公司服务器make很顺利,拿回家自己电脑上编译就出错了,不知是否跟代码中有html文件有关?或者是因为哪个库文件没有?

/source/common/odymodule.pl /home/will/repos-solos-wx/source/common/profiles/dsl-gateway/.odyconfig /home/will/repos-solos-wx/source/common/profiles/dsl-gateway/odyconfig.module
make: /home/will/repos-solos-wx/source/common/odymodule.pl: Command not found
make: *** Error 127

accessory 发表于 2009-11-21 04:36

没装PERL?

todayrw 发表于 2009-11-21 18:52

回复 #2 accessory 的帖子

安装了perl,还是编译出错,还有其它法子吗?

# perl -v

This is perl, v5.10.1 (*) built for i686-linux

Copyright 1987-2009, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.

# make
--------------------------------------
Generating module file from .odyconfig1
--------------------------------------
/home/will/repos-solos-wx/source/common/odymodule.pl /home/will/repos-solos-wx/source/common/profiles/dsl-gateway/.odyconfig /home/will/repos-solos-wx/source/common/profiles/dsl-gateway/odyconfig.module
make: /home/will/repos-solos-wx/source/common/odymodule.pl: Command not found
make: *** Error 127

chenyx 发表于 2009-11-21 21:17

/home/will/repos-solos-wx/source/common/odymodule.pl
文件存在?
页: [1]
查看完整版本: 编译出错,是否是哪个库文件没有的原因?