make: *** 没有指明目标并且找不到 makefile。 停止。??

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

make: *** 没有指明目标并且找不到 makefile。 停止。??

#1

帖子 keanbin » 2009-06-04 18:37

我在装VIA显卡驱动的时候,到了MAKE的时候就不行了!!

administrator@ubuntu:~$ svn checkout http://svn.openchrome.org/svn/branches/ ... tal_branch openchrome-vt3336
取出版本 750。
administrator@ubuntu:~$ cd openchrome* ./configure --prefix=/usr
administrator@ubuntu:~/openchrome-vt3336$ make
make: *** 没有指明目标并且找不到 makefile。 停止。
administrator@ubuntu:~/openchrome-vt3336$


以下是操作步骤:
sudo apt-get build-dep xserver-xorg-video-via
sudo apt-get install subversion autoconf automake1.9 libtool
svn checkout http://svn.openchrome.org/svn/branches/ ... tal_branch openchrome-vt3336
cd openchrome* ./autogen.sh –prefix=/usr
make
sudo make install
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.back
gksudo gedit /etc/X11/xorg.conf

请大家看下我是哪里出错了!!!
keanbin
帖子: 17
注册时间: 2007-11-10 14:51

Re: make: *** 没有指明目标并且找不到 makefile。 停止。??

#2

帖子 keanbin » 2009-06-04 18:37

GCC我有装了!!!
头像
pcbird
帖子: 2337
注册时间: 2008-12-19 13:44
来自: 东8区

Re: make: *** 没有指明目标并且找不到 makefile。 停止。??

#3

帖子 pcbird » 2009-06-04 18:38

cd openchrome*

cd ~/openchrome-vt3336

代码: 全选

 
       \   ,__,
        \  (oo)____
           (__)    )\
              ||--|| *  
 
回复