分页: 1 / 1

__软件安装问题

发表于 : 2007-09-11 22:48
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”。 停止。

Re: __软件安装问题

发表于 : 2007-09-12 19:15
stlxv
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”。 停止。