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

2007-05-03 Thread Vipin Singhal
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: [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 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 [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED] 

05/01/2007 06:09 AM 

To

R-help@stat.math.ethz.ch 

cc



Subject

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










__
R-help@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”.

 

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. ##
## - ##

hostname = ardsass1d
uname -m = i86pc
uname -r = 5.10
uname -s = SunOS
uname -v = Generic_118855-36

/usr/bin/uname -p = i386
/bin/uname -X = System = SunOS
Node = ardsass1d
Release = 5.10
KernelID = Generic_118855-36
Machine = i86pc
BusType = unknown
Serial = unknown
Users = unknown
OEM# = 0
Origin# = 1
NumCPU = 3

/bin/arch  = i86pc
/usr/bin/arch -k   = i86pc
/usr/convex/getsysinfo = unknown
hostinfo   = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /usr/sbin
PATH: /usr/bin
PATH: /opt/sfw/bin
PATH: /usr/openwin/bin


## --- ##
## Core tests. ##
## --- ##

configure:1805: checking build system type
configure:1823: result: i386-pc-solaris2.10
configure:1831: checking host system type
configure:1845: result: i386-pc-solaris2.10
configure:2397: checking for pwd
configure:2415: found /usr/bin/pwd
configure:2428: 

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 posting guide (as mentioned in the 
only reply to those posts I see in the list archives).  As it says

   If it is clear that you have done basic background research, you are far
   more likely to get an informative response.


On Fri, 4 May 2007, Jomy Jose wrote:

 ./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]]

 __
 R-help@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.


-- 
Brian D. Ripley,  [EMAIL PROTECTED]
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, UKFax:  +44 1865 272595

__
R-help@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.


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 May 2007, Jomy Jose wrote:

 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]]

 __
 R-help@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.


-- 
Brian D. Ripley,  [EMAIL PROTECTED]
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, UKFax:  +44 1865 272595

__
R-help@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.


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

2007-05-02 Thread Vipin Singhal
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: [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 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 [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED] 

05/01/2007 06:09 AM 

To

R-help@stat.math.ethz.ch 

cc



Subject

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










__
R-help@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”.

 

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. ##
## - ##

hostname = ardsass1d
uname -m = i86pc
uname -r = 5.10
uname -s = SunOS
uname -v = Generic_118855-36

/usr/bin/uname -p = i386
/bin/uname -X = System = SunOS
Node = ardsass1d
Release = 5.10
KernelID = Generic_118855-36
Machine = i86pc
BusType = unknown
Serial = unknown
Users = unknown
OEM# = 0
Origin# = 1
NumCPU = 3

/bin/arch  = i86pc
/usr/bin/arch -k   = i86pc
/usr/convex/getsysinfo = unknown
hostinfo   = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /usr/sbin
PATH: /usr/bin
PATH: /opt/sfw/bin
PATH: /usr/openwin/bin


## --- ##
## Core tests. ##
## --- ##

configure:1805: checking build system type
configure:1823: result: i386-pc-solaris2.10
configure:1831: checking host system type
configure:1845: result: i386-pc-solaris2.10
configure:2397: checking for pwd
configure:2415: found /usr/bin/pwd
configure:2428: result: 

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 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,  [EMAIL PROTECTED]
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, UKFax:  +44 1865 272595

__
R-help@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.


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 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.
__
R-help@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.


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
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?

__
R-help@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.