Hi, I have been having problems installing the newest version on Linux (Ubuntu 9.10) (tried on two machines). The ./configure appears to work but I get the following error on the 'make' command. $ make make: *** No targets specified and no makefile found. Stop. Below I'll post the contents of the configured folder. Any ideas what is causing the problem? Thanks, Rhett. rhett at rhett-desktop:~/Desktop/R-2.10.1$ ls -al total 2980 drwxr-xr-x 10 rhett rhett 4096 2010-02-18 11:23 . drwxr-xr-x 4 rhett rhett 4096 2010-02-18 11:23 .. -rw-r--r-- 1 rhett rhett 0 2006-09-04 22:21 ChangeLog -rw-r--r-- 1 rhett rhett 189411 2010-02-18 11:23 config.log -rw-r--r-- 1 rhett rhett 9223 2009-10-14 10:05 config.site -rwxr-xr-x 1 rhett rhett 1804190 2009-12-04 11:06 configure -rw-r--r-- 1 rhett rhett 81357 2009-10-30 20:28 configure.ac -rw-r--r-- 1 rhett rhett 18011 2006-09-04 22:21 COPYING drwxr-xr-x 4 rhett rhett 4096 2009-12-14 18:15 doc drwxr-xr-x 2 rhett rhett 4096 2009-12-14 18:15 etc -rw-r--r-- 1 rhett rhett 1747 2006-09-04 22:21 INSTALL drwxr-xr-x 2 rhett rhett 4096 2009-12-14 18:15 m4 -rw-r--r-- 1 rhett rhett 4186 2009-09-28 06:05 Makeconf.in -rw-r--r-- 1 rhett rhett 6484 2009-03-20 07:05 Makefile.fw -rw-r--r-- 1 rhett rhett 6919 2009-09-28 06:05 Makefile.in -rw-r--r-- 1 rhett rhett 151 2010-02-18 11:23 Makefrag.cc -rw-r--r-- 1 rhett rhett 59 2010-02-18 11:23 Makefrag.cc_lo -rw-r--r-- 1 rhett rhett 387 2010-02-18 11:23 Makefrag.cxx -rw-r--r-- 1 rhett rhett 60 2010-02-18 11:23 Makefrag.m -rw-r--r-- 1 rhett rhett 412980 2009-12-14 17:34 NEWS -rw-r--r-- 1 rhett rhett 315644 2008-03-25 20:26 ONEWS -rw-r--r-- 1 rhett rhett 103957 2006-09-04 22:21 OONEWS drwxr-xr-x 2 rhett rhett 4096 2009-12-14 18:15 po -rw-r--r-- 1 rhett rhett 3922 2006-09-04 22:21 README drwxr-xr-x 10 rhett rhett 4096 2009-12-14 18:15 share drwxr-xr-x 12 rhett rhett 4096 2009-12-14 18:15 src -rw-r--r-- 1 rhett rhett 46 2009-12-14 18:06 SVN-REVISION drwxr-xr-x 6 rhett rhett 4096 2009-12-14 18:15 tests drwxr-xr-x 2 rhett rhett 4096 2009-12-14 18:15 tools -rw-r--r-- 1 rhett rhett 7 2009-12-14 18:05 VERSION
Rhett Harrison wrote:> Hi, > > I have been having problems installing the newest version on Linux > (Ubuntu 9.10) (tried on two machines). > > The ./configure appears to work but I get the following error on the > 'make' command. >Don't know about this, but if there's no particular reason you need to compile from source, just add the proper repository and install R from there... http://cran.r-project.org/bin/linux/ubuntu/ Otherwise check out config.log and see what might have gone wrong...