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

Vipin Singhal Vipin.Singhal at symphonysv.com
Thu May 3 07:12:07 CEST 2007


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 


More information about the R-help mailing list