Chinaunix首页 | 论坛 | 博客
  • 博客访问: 588774
  • 博文数量: 169
  • 博客积分: 2656
  • 博客等级: 少校
  • 技术积分: 1685
  • 用 户 组: 普通用户
  • 注册时间: 2009-07-30 13:03
文章分类

全部博文(169)

文章存档

2011年(1)

2010年(135)

2009年(33)

我的朋友

分类: 嵌入式

2010-07-23 11:11:15

I'm trying to install OpenMortal which is a Mortal Kombat clone. The problem is that after the "make" command it does something and then I get an error:
Code:
/usr/bin/ld: cannot find -lperl
collect2: ld returned 1 exit status
make[1]: *** [openmortal] Error 1
make[1]: Leaving directory `/home/christmas/openmortal-0.7/src'
make: *** [install-recursive] Error 1
 
The same goes with other programs. What is this lperl and how should I get rid of this error?
 
solution:
 
sudo apt-get install libperl-dev
 
Umm..also check you have libperl installed, if you haven't already

Hope that helps

edit: perl is a programming language
阅读(952) | 评论(0) | 转发(0) |
0

上一篇:mod_customcode模块

下一篇:VxWorks之符号表

给主人留下些什么吧!~~