[R] Problem with "make install" for R 2.3.0/Solaris 2.8
    John Powell (NIH/CIT) [E] 
    jip at helix.nih.gov
       
    Wed May 17 15:21:55 CEST 2006
    
    
  
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 2033        FAX:   (301) 402-2867
    //=\   National Institutes of Health
    \=//   Bethesda, MD 20892-5624        Work:     jip at helix.nih.gov
     //=\                                 Personal: jpowell at erols.com
     \=//
      //=\ BioInformatics & Molecular Analysis Section-BIMAS/CBEL/CIT/NIH
   -------------------------------------------------------------------------
    
    
More information about the R-help
mailing list