[问题]VIA/S3G UniChrome Pro IGP显卡驱动问题

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
bloodeagle
帖子: 24
注册时间: 2008-02-11 0:19
来自: 吉林长春

[问题]VIA/S3G UniChrome Pro IGP显卡驱动问题

#1

帖子 bloodeagle » 2008-02-11 19:56

我的芯片组是K8M890/VT8237S,按照
viewtopic.php?t=31231
的提示安装的,大家帮分析一下问题出在哪里,谢了。

代码: 全选

root@ubuntu:/home/suntong/openchrome# ./autogen.sh 
autoreconf: Entering directory `.' 
autoreconf: configure.ac: not using Gettext 
autoreconf: running: aclocal 
autoreconf: configure.ac: tracing 
autoreconf: configure.ac: not using Libtool 
autoreconf: running: /usr/bin/autoconf 
autoreconf: running: /usr/bin/autoheader 
autoreconf: running: automake --add-missing --copy --no-force 
libxvmc/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined 
libxvmc/Makefile.am:2: 
libxvmc/Makefile.am:2: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' 
libxvmc/Makefile.am:2: to `configure.ac' and run `aclocal' and `autoconf' again. 
src/Makefile.am:30: Libtool library used but `LIBTOOL' is undefined 
src/Makefile.am:30: 
src/Makefile.am:30: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' 
src/Makefile.am:30: to `configure.ac' and run `aclocal' and `autoconf' again. 
autoreconf: automake failed with exit status: 1 

代码: 全选

root@ubuntu:/home/suntong/openchrome# ./configure 
checking for a BSD-compatible install... /usr/bin/install -c 
checking whether build environment is sane... yes 
checking for gawk... no 
checking for mawk... mawk 
checking whether make sets $(MAKE)... yes 
checking whether to enable maintainer-specific portions of Makefiles... no 
./configure: line 2264: AC_DISABLE_STATIC: command not found 
./configure: line 2265: AC_PROG_LIBTOOL: command not found 
checking for gcc... gcc 
checking for C compiler default output file name... a.out 
checking whether the C compiler works... yes 
checking whether we are cross compiling... no 
checking for suffix of executables... 
checking for suffix of object files... o 
checking whether we are using the GNU C compiler... yes 
checking whether gcc accepts -g... yes 
checking for gcc option to accept ISO C89... none needed 
checking for style of include used by make... GNU 
checking dependency style of gcc... gcc3 
checking if RANDR is defined... yes 
checking if RENDER is defined... yes 
checking if XV is defined... yes 
checking if XF86DRI is defined... yes 
checking if DPMSExtension is defined... yes 
checking for pkg-config... /usr/bin/pkg-config 
checking pkg-config is at least version 0.9.0... yes 
checking for XORG... yes 
checking how to run the C preprocessor... gcc -E 
checking for grep that handles long lines and -e... /bin/grep 
checking for egrep... /bin/grep -E 
checking for ANSI C header files... yes 
checking for /usr/include/xorg/dri.h... yes 
checking for /usr/include/xorg/sarea.h... yes 
checking for /usr/include/xorg/dristruct.h... yes 
checking whether to include DRI support... yes 
checking for DRI... yes 
checking whether to build XvMC driver support... no 
checking for /usr/include/xorg/xf86Module.h... yes 
checking whether to use old Xv ABI... no. 
configure: creating ./config.status 
config.status: error: cannot find input file: Makefile.in
我输入的是./configure(如果不加./就提示找不到指令)
回复