[R] Problem with make install for R 2.3.0/Solaris 2.8

2006-05-17 Thread John Powell (NIH/CIT) [E]


Building/Installing R 2.3.0 on under Solaris 2.8
make install fails in the etc directory with an /bin/bash error 
unexpected ; token.  The following lines in the etc/Makefile appear 
to be the cause:

EXPORTFILES = # R.exp Rlapack.exp


@for f in $(EXPORTFILES); do \
$(INSTALL_DATA) $${f} $(rhome)/$(subdir); \
done

EXPORTFILES is an empty variable.  My temporary fix was to comment 
out the three lines above and repeat make install.

   
   //=\John Powell, CAPT, Ret.  USPHS Phone: (301) 496-2963
   \=//Building 12A, Room 2033FAX:   (301) 402-2867
//=\   National Institutes of Health
\=//   Bethesda, MD 20892-5624Work: [EMAIL PROTECTED]
 //=\ Personal: [EMAIL PROTECTED]
 \=//
  //=\ BioInformatics  Molecular Analysis Section-BIMAS/CBEL/CIT/NIH
   -

__
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


Re: [R] Problem with make install for R 2.3.0/Solaris 2.8

2006-05-17 Thread Prof Brian Ripley
This is already changed in R-patched: the issue is that your /bin/bash is 
not current (it was first reported for 2.05, I believe).

On Wed, 17 May 2006, John Powell (NIH/CIT) [E] wrote:

 Building/Installing R 2.3.0 on under Solaris 2.8
 make install fails in the etc directory with an /bin/bash error
 unexpected ; token.  The following lines in the etc/Makefile appear
 to be the cause:

 EXPORTFILES = # R.exp Rlapack.exp


 @for f in $(EXPORTFILES); do \
$(INSTALL_DATA) $${f} $(rhome)/$(subdir); \
 done

 EXPORTFILES is an empty variable.  My temporary fix was to comment
 out the three lines above and repeat make install.

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