首页| 论坛| 消息

标题:tslib 编译 问题求教!!
作者:linpder
日期:2006-05-15 00:10
内容:

在编译tslib的时候,报了以下错误:
/bin/sh ../libtool --tag=CC --mode=link arm-linux-gcc -rpath-o linear.la-module -avoid-version linear.lo
libtool: link: only absolute run-paths are allowed
make[2]: *** 错误 1
make[2]: Leaving directory `/work/tslib/plugins'
make[1]: *** 错误 1
make[1]: Leaving directory `/work/tslib'
make: *** 错误 2
我按照 http://www.qtcn.org/bbs/read.php?tid=3805 帖里提供的方法,在makefile里面修改了:
LDFLAGS := $(LDFLAGS) -rpath `cd $(PLUGIN_DIR) && pwd`
也一样报错,不知道还需要修改什么地方?
希望DX们能够指教一二!!
多谢了。


#1 [linpder 05-15 11:37]
在线等待中..........
#2 [shiroki 05-15 12:32]
/bin/sh ../libtool --tag=CC --mode=link arm-linux-gcc -rpath -o linear.la -module -avoid-version linear.lo
libtool: link: only absolute run-paths are allowed
报的错误应该是和-rpath选项有关吧
#3 [linpder 05-15 13:49]
对的.
但是不知道要怎么改.
#4 [shiroki 05-15 16:01]
去掉-rpath看看

回复 发表
主题 版块