打印

安装XGL时在编译时出现了问题!!

安装XGL时在编译时出现了问题!!

在编译
./autogen.sh --prefix=/opt/Xgl
时 出现
./autogen.sh: line 17: aclocal: command not found

是不是我还有什么没有安装到

TOP

刚安装上了一个automake 后
执行 ./autogen.sh --prefix=/opt/Xgl
时双出现
./autogen.sh: running `libtoolize --copy --force'
./autogen.sh: line 40: libtoolize: command not found
但是我安装 libtoolize时
却Nothing to do怎么回事

TOP

安装这个包:libtool 试试

TOP