Vipin Singhal
2007-May-01 11:09 UTC
[R] Problem with the installation of "install R" on Sun Solaris
An embedded and charset-unspecified text was scrubbed... Name: config.txt Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070501/bdf55878/attachment.txt
Prof Brian Ripley
2007-May-01 11:59 UTC
[R] Problem with the installation of "install R" on Sun Solaris
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 of other tools are missing as well.) On Tue, 1 May 2007, Vipin Singhal wrote:> 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[...]> configure:4013: error: no acceptable C compiler found in $PATH-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
Peter Dalgaard
2007-May-01 12:13 UTC
[R] Problem with the installation of "install R" on Sun Solaris
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 configure:4013: error: no acceptable C compiler found in $PATH See `config.log' for more details. Which part of this is it that you have trouble understanding?
JONATHAN BUTCHAR
2007-May-01 12:57 UTC
[R] Problem with the installation of "install R" on Sun Solaris
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 -------------- next part -------------- ______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Jomy Jose
2007-May-03 04:21 UTC
[R] Problem with the installation of "install R" on Sun Solaris
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]: *** [R] Error 1 gmake[2]: Leaving directory `/opt/dev/R/R-2.4.1/src/extra' gmake[1]: *** [R] Error 1 gmake[1]: Leaving directory `/opt/dev/R/R-2.4.1/src' gmake: *** [R] Error 1 Regards Jomy [[alternative HTML version deleted]]
Vipin Singhal
2007-May-03 05:12 UTC
[R] Problem with the installation of "install R" on Sun Solaris
Hi All, First we install sun studio 11 on the server and then tried to install "R" This time I am getting the different errors. Please find attached the config.log files 1. old_config: before installation of sun studio 2. new_config: after installation of sun studio Thanks, Vipin ________________________________ From: Andrew_Duba at wustl.edu [mailto:Andrew_Duba at wustl.edu] 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 arch. You will need to install sun studio 11 which you can get at http://developers.sun.com/sunstudio/. For building documentation I used tetex but the guy who developed it has decided to call it quits so you may want to go with a different tex implementation. I am not sure what architecture you are using so you will need to vary your -xarch flag accordingly. You can find more information on xarch at http://docs.sun.com/source/819-3688/cc_ops.app.html Good luck! #!/bin/sh PATH="/opt/SUNWspro/bin:/usr/ccs/bin:/usr/bin:/usr/ucb:/usr/local/teTeX/ bin/i386-pc-solaris2.10" #Assembler and archiver AR="/usr/ccs/bin/ar" AS="/usr/ccs/bin/as" #Tools for building documentation TEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/tex" LATEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/latex" PDFTEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/pdftex" PDFLATEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/pdflatex" DVIPS="/usr/local/teTeX/bin/i386-pc-solaris2.10/dvips" MAKEINFO="/usr/local/teTeX/bin/i386-pc-solaris2.10/makeinfo" #Compiler commands CC="/opt/SUNWspro/bin/cc" CXX="/opt/SUNWspro/bin/CC" F77="/opt/SUNWspro/bin/f95" FC="/opt/SUNWspro/bin/f95" #Compiler flags (if you do not what to build in 64 bit then remove -xarch=amd64) CFLAGS="-xO5 -xlibmil -xarch=amd64 -xmodel=medium -xlibmieee -xc99=%all" CXXFLAGS="-xO5 -xlibmil -xarch=amd64 -xmodel=medium -xlibmieee xlang=f95" FCFLAGS="-xO5 -xlibmil -xarch=amd64 -xmodel=medium -fsimple=0 -ftrap=%all" FFLAGS="-xO5 -xlibmil -xarch=amd64 -xmodel=medium -fsimple=0 -ftrap=%all" #Linker (if you do not want to build in 64 bit then use /usr/ccs/bin/ld and remove the 64 off the end of each linked pat) LD="/usr/ccs/bin/amd64/ld" LDFLAGS="-xarch=amd64 -xmodel=medium -L/usr/local/lib/64 -L/usr/sfw/lib/64 -L/lib/amd64 -L/opt/SUNWspro/lib/amd64 -L/usr/openwin/lib/64 -R/usr/local/lib/64 -R/usr/sfw/lib/64 -R/lib/amd64 -R/opt/SUNWspro/lib/amd64" R_BROWSER="/usr/sfw/bin/mozilla" MAKE="/usr/local/bin/make" ##LIBnn="amd64" ##r_arch="amd64" MAIN_LD="/opt/SUNWspro/bin/cc -xarch=amd64" "Vipin Singhal" <Vipin.Singhal at symphonysv.com> Sent by: r-help-bounces at stat.math.ethz.ch 05/01/2007 06:09 AM To <R-help at stat.math.ethz.ch> cc Subject [R] Problem with the installation of "install R" on Sun Solaris ______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. ?This email and any files transmitted with it contain confidential, proprietary, privileged information of Symphony Services Corp (India) Pvt. Ltd. and are intended solely for the use of the recipient/s to whom it is addressed. Any unauthorized notifying, copying or distributing of this e-mail, directly or indirectly, and the contents therein in full or part is prohibited by any entity who is not a recipient. Any email received inadvertently or by mistake should be deleted by the entity who is not a recipient thereof. You may be pleased to notify the sender immediately by email and the email should be deleted from your system?. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: old_config.txt Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070503/8acf1783/attachment.txt
Jomy Jose
2007-May-03 05:13 UTC
[R] Problem with the installation of "install R" on Sun Solaris
`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 stats-Ex.Rout datasets-Ex.Rout methods-Ex.Rout grid-Ex.Rout splines-Ex.Rout stats4-Ex.Rout tcltk-Ex.Rout make: Fatal error: Command failed for target `test-Examples-Base' Current working directory /opt/dev/R/R-2.4.1/tests/Examples *** Error code 1 The following command caused the error: (cd Examples && make test-Examples) make: Fatal error: Command failed for target `test-Examples' Current working directory /opt/dev/R/R-2.4.1/tests *** Error code 1 The following command caused the error: for name in Examples Specific Reg Internet; do \ make test-${name} || exit 1; \ done make: Fatal error: Command failed for target `test-all-basics' Current working directory /opt/dev/R/R-2.4.1/tests *** Error code 1 The following command caused the error: (cd tests && make check) make: Fatal error: Command failed for target `check' [[alternative HTML version deleted]]
Jomy Jose
2007-May-03 05:26 UTC
[R] Problem with the installation of "install R" on Sun Solaris
Hi configure: error: --with-readline=yes (default) and headers/libs are not available [[alternative HTML version deleted]]
Vipin Singhal
2007-May-03 05:47 UTC
[R] Problem with the installation of "install R" on Sun Solaris
Hi, First we install sun studio 11 on the server and then tried to install "R" This time I am getting the different errors. Please find attached the config.log files 1. old_config: before installation of sun studio 2. new_config: after installation of sun studio Thanks, Vipin ________________________________ From: Andrew_Duba at wustl.edu [mailto:Andrew_Duba at wustl.edu] 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 arch. You will need to install sun studio 11 which you can get at http://developers.sun.com/sunstudio/. For building documentation I used tetex but the guy who developed it has decided to call it quits so you may want to go with a different tex implementation. I am not sure what architecture you are using so you will need to vary your -xarch flag accordingly. You can find more information on xarch at http://docs.sun.com/source/819-3688/cc_ops.app.html Good luck! #!/bin/sh PATH="/opt/SUNWspro/bin:/usr/ccs/bin:/usr/bin:/usr/ucb:/usr/local/teTeX/ bin/i386-pc-solaris2.10" #Assembler and archiver AR="/usr/ccs/bin/ar" AS="/usr/ccs/bin/as" #Tools for building documentation TEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/tex" LATEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/latex" PDFTEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/pdftex" PDFLATEX="/usr/local/teTeX/bin/i386-pc-solaris2.10/pdflatex" DVIPS="/usr/local/teTeX/bin/i386-pc-solaris2.10/dvips" MAKEINFO="/usr/local/teTeX/bin/i386-pc-solaris2.10/makeinfo" #Compiler commands CC="/opt/SUNWspro/bin/cc" CXX="/opt/SUNWspro/bin/CC" F77="/opt/SUNWspro/bin/f95" FC="/opt/SUNWspro/bin/f95" #Compiler flags (if you do not what to build in 64 bit then remove -xarch=amd64) CFLAGS="-xO5 -xlibmil -xarch=amd64 -xmodel=medium -xlibmieee -xc99=%all" CXXFLAGS="-xO5 -xlibmil -xarch=amd64 -xmodel=medium -xlibmieee xlang=f95" FCFLAGS="-xO5 -xlibmil -xarch=amd64 -xmodel=medium -fsimple=0 -ftrap=%all" FFLAGS="-xO5 -xlibmil -xarch=amd64 -xmodel=medium -fsimple=0 -ftrap=%all" #Linker (if you do not want to build in 64 bit then use /usr/ccs/bin/ld and remove the 64 off the end of each linked pat) LD="/usr/ccs/bin/amd64/ld" LDFLAGS="-xarch=amd64 -xmodel=medium -L/usr/local/lib/64 -L/usr/sfw/lib/64 -L/lib/amd64 -L/opt/SUNWspro/lib/amd64 -L/usr/openwin/lib/64 -R/usr/local/lib/64 -R/usr/sfw/lib/64 -R/lib/amd64 -R/opt/SUNWspro/lib/amd64" R_BROWSER="/usr/sfw/bin/mozilla" MAKE="/usr/local/bin/make" ##LIBnn="amd64" ##r_arch="amd64" MAIN_LD="/opt/SUNWspro/bin/cc -xarch=amd64" "Vipin Singhal" <Vipin.Singhal at symphonysv.com> Sent by: r-help-bounces at stat.math.ethz.ch 05/01/2007 06:09 AM To <R-help at stat.math.ethz.ch> cc Subject [R] Problem with the installation of "install R" on Sun Solaris ______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. ?This email and any files transmitted with it contain confidential, proprietary, privileged information of Symphony Services Corp (India) Pvt. Ltd. and are intended solely for the use of the recipient/s to whom it is addressed. Any unauthorized notifying, copying or distributing of this e-mail, directly or indirectly, and the contents therein in full or part is prohibited by any entity who is not a recipient. Any email received inadvertently or by mistake should be deleted by the entity who is not a recipient thereof. You may be pleased to notify the sender immediately by email and the email should be deleted from your system?. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: old_config.txt Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070503/4fa6f3a3/attachment.txt
Jomy Jose
2007-May-03 10:21 UTC
[R] Problem with the installation of "install R" on Sun Solaris
*** 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 /opt/dev/R/R-2.4.1/src/main *** Error code 1 The following command caused the error: for d in scripts include extra appl nmath unix main modules library; do \ (cd ${d} && make R) || exit 1; \ done make: Fatal error: Command failed for target `R' Current working directory /opt/dev/R/R-2.4.1/src *** Error code 1 The following command caused the error: for d in m4 tools doc etc share src tests po; do \ (cd ${d} && make R) || exit 1; \ done make: Fatal error: Command failed for target `R' [[alternative HTML version deleted]]
Jomy Jose
2007-May-04 04:49 UTC
[R] Problem with the installation of "install R" on Sun Solaris
./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 readline/history.h presence... no checking for readline/history.h... no checking readline/readline.h usability... no checking readline/readline.h presence... no checking for readline/readline.h... no checking for rl_callback_read_char in -lreadline... no checking for main in -lncurses... no checking for main in -ltermcap... yes checking for rl_callback_read_char in -lreadline... no checking for history_truncate_file... no configure: error: --with-readline=yes (default) and headers/libs are not available Plase help me for the same Regards Jomy [[alternative HTML version deleted]]