__软件安装问题

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

__软件安装问题

#1

帖子 tianping » 2007-09-11 22:48

I encountered a problem when running the installation of R program(http://www.r-project.com).
I ran the recommended commands following the instructions in the file INSTALL. However, when I ran "make" and the ensuing commands, a series of errors happened. The output is posted after the instructions.
What should I do? Thanks in advance for your reply.
====instructions in INSTALL=============================
SIMPLE COMPILATION

As you are reading this file, you have unpacked the R sources and are
presumably in the top directory. Issue the following commands:

./configure
make

(If your make is not called `make', set the environment variable MAKE to
its name, and use that name throughout these instructions.)
This will take a while, giving you time to read `R-admin.html'.

Then check the built system worked correctly, by

make check

and make the manuals by (as many options as preferred from)

make dvi to create DVI versions
make pdf to create PDF versions
make info to create info files
====output==================================
root@ubuntu:/home/zhaodj/Desktop/R-2.5.1# make
make: *** 没有指明目标并且找不到 makefile。 停止。
root@ubuntu:/home/zhaodj/Desktop/R-2.5.1# make check
make: *** 没有规则可以创建目标“check”。 停止。
头像
stlxv
论坛版主
帖子: 8275
注册时间: 2006-05-03 0:39
来自: المريخ

Re: __软件安装问题

#2

帖子 stlxv » 2007-09-12 19:15

tianping 写了:I encountered a problem when running the installation of R program(http://www.r-project.com).
I ran the recommended commands following the instructions in the file INSTALL. However, when I ran "make" and the ensuing commands, a series of errors happened. The output is posted after the instructions.
What should I do? Thanks in advance for your reply.
====instructions in INSTALL=============================
SIMPLE COMPILATION

As you are reading this file, you have unpacked the R sources and are
presumably in the top directory. Issue the following commands:

./configure
make

(If your make is not called `make', set the environment variable MAKE to
its name, and use that name throughout these instructions.)
This will take a while, giving you time to read `R-admin.html'.

Then check the built system worked correctly, by

make check

and make the manuals by (as many options as preferred from)

make dvi to create DVI versions
make pdf to create PDF versions
make info to create info files
====output==================================
root@ubuntu:/home/zhaodj/Desktop/R-2.5.1# make
make: *** 没有指明目标并且找不到 makefile。 停止。
root@ubuntu:/home/zhaodj/Desktop/R-2.5.1# make check
make: *** 没有规则可以创建目标“check”。 停止。
PHP是最好的语言!不服来战!
回复