Re: [R] Problem with the installation of install R on Sun Solaris

2007-05-03 Thread Vipin Singhal
, Vipin From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 01, 2007 8:27 PM To: Vipin Singhal Subject: Re: [R] Problem with the installation of install R on Sun Solaris Here is my config.site file that I used to compile R-2.4.1 on Solaris 10

[R] Problem with the installation of install R on Sun Solaris

2007-05-03 Thread Jomy Jose
*** Error code 1 make: Fatal error: Command failed for target `R.bin' Current working directory /opt/dev/R/R-2.4.1/src/main *** Error code 1 The following command caused the error: make install-bin-local make: Fatal error: Command failed for target `R' Current working directory

[R] Problem with the installation of install R on Sun Solaris

2007-05-03 Thread Jomy Jose
./configure hecking whether stripping libraries is possible... no configure: WARNING: you cannot build info or html versions of the R manuals checking for cos in -lm... yes checking for sin in -lm... yes checking for dlopen in -ldl... yes checking readline/history.h usability... no checking

Re: [R] Problem with the installation of install R on Sun Solaris

2007-05-03 Thread Prof Brian Ripley
Please do read the 'R Installation and Administration' manual, which answers this and all your other questions. I make this your sixth post on the subject line (and someone using a different address has posted with the identical line). You are still sending HTML, so please do study the

[R] Problem with the installation of install R on Sun Solaris

2007-05-02 Thread Jomy Jose
Hi, false cr libbz2.a blocksort.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o gmake[4]: *** [libbz2.a] Error 1 gmake[4]: Leaving directory `/opt/dev/R/R-2.4.1/src/extra/bzip2' gmake[3]: *** [R] Error 2 gmake[3]: Leaving directory `/opt/dev/R/R-2.4.1/src/extra/bzip2' gmake[2]:

Re: [R] Problem with the installation of install R on Sun Solaris

2007-05-02 Thread Prof Brian Ripley
You are missing 'ranlib': take a closer look at the output from configure (and the posting guide). My guess is that either /usr/ccs/bin is not in your path or you don't have the tools installed to build applications. This is not an R issue, and you need to seek local Solaris help. On Thu, 3

[R] Problem with the installation of install R on Sun Solaris

2007-05-02 Thread Jomy Jose
`Makedeps' is up to date. make: Fatal error: Don't know how to make target `../../bin/exec/R' Current working directory /opt/dev/R/R-2.4.1/tests/Examples *** Error code 1 The following command caused the error: make base-Ex.Rout tools-Ex.Rout utils-Ex.Rout grDevices-Ex.Rout graphics-Ex.Rout

[R] Problem with the installation of install R on Sun Solaris

2007-05-02 Thread Jomy Jose
Hi configure: error: --with-readline=yes (default) and headers/libs are not available [[alternative HTML version deleted]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] Problem with the installation of install R on Sun Solaris

2007-05-02 Thread Vipin Singhal
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 01, 2007 8:27 PM To: Vipin Singhal Subject: Re: [R] Problem with the installation of install R on Sun Solaris Here is my config.site file that I used to compile R-2.4.1 on Solaris 10 for amd64

[R] Problem with the installation of install R on Sun Solaris

2007-05-01 Thread Vipin Singhal
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by R configure 2.4.1, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure ## - ## ## Platform. ## ## -

Re: [R] Problem with the installation of install R on Sun Solaris

2007-05-01 Thread Prof Brian Ripley
R has a file INSTALL which asks you to read R-admin.html if you have a problem. That manual explains that you need a C (preferably C99) and a Fortran compiler. This extensive posting merely says that you don't have a C compiler in your path. That's not something we can help you with. (Lots

Re: [R] Problem with the installation of install R on Sun Solaris

2007-05-01 Thread JONATHAN BUTCHAR
Greetings. It looks like your R config can't find your C compiler. Do you have / usr/ccs/bin in your path? Or, if you installed Studio 11, do you have /usr/ccs/bin and /opt/SUNWspro/bin in your path? Hope this helps, Jon __ R-help@stat.math.ethz.ch

Re: [R] Problem with the installation of install R on Sun Solaris

2007-05-01 Thread Peter Dalgaard
Vipin Singhal wrote: (nothing, except for an attached file) configure:3749: checking for gcc configure:3778: result: no configure:3829: checking for cc configure:3858: result: no configure:3871: checking for cc configure:3917: result: no configure:3970: checking for cl configure:3999: result: no