I'm just trying to install 62.1 under Solaris. Making the program reports no errors, but when I try to run R I get ld.so.1: /home/res8/gilp/R-versions/R-0.62.1/bin/R.binary: fatal: libF77.so.2: can't open file: errno=2 Is there any standard place where I should be looking to find libF77? When make moves on to building the documents I get the errors below. (Is this because configure did not find perl?) Paul Gilbert ... DONE (INSTALL) Creating front-end shell script You should make docs now, or at least make help Building ALL documentation (help, HTML, LaTeX) ./build-alldocs /home/res8/gilp/R-versions/R-0.62.1/etc/build-help: use: not found /home/res8/gilp/R-versions/R-0.62.1/etc/build-help: use: not found /home/res8/gilp/R-versions/R-0.62.1/etc/build-help: use: not found /home/res8/gilp/R-versions/R-0.62.1/etc/build-help: syntax error at line 15: `(' unexpected /home/res8/gilp/R-versions/R-0.62.1/etc/build-help: use: not found /home/res8/gilp/R-versions/R-0.62.1/etc/build-help: use: not found /home/res8/gilp/R-versions/R-0.62.1/etc/build-help: use: not found /home/res8/gilp/R-versions/R-0.62.1/etc/build-help: syntax error at line 15: `(' unexpected /home/res8/gilp/R-versions/R-0.62.1/etc/build-help: use: not found /home/res8/gilp/R-versions/R-0.62.1/etc/build-help: use: not found /home/res8/gilp/R-versions/R-0.62.1/etc/build-help: use: not found /home/res8/gilp/R-versions/R-0.62.1/etc/build-help: syntax error at line 15: `(' unexpected /home/res8/gilp/R-versions/R-0.62.1/etc/build-help: use: not found /home/res8/gilp/R-versions/R-0.62.1/etc/build-help: use: not found /home/res8/gilp/R-versions/R-0.62.1/etc/build-help: use: not found /home/res8/gilp/R-versions/R-0.62.1/etc/build-help: syntax error at line 15: `(' unexpected *** Error code 2 make: Fatal error: Command failed for target `stamp-docs' Current working directory /home/res8/gilp/R-versions/R-0.62.1/etc -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Paul Gilbert <pgilbert@bank-banque-canada.ca> writes:> I'm just trying to install 62.1 under Solaris. Making the program reports no > errors, but when I try to run R I get > > ld.so.1: /home/res8/gilp/R-versions/R-0.62.1/bin/R.binary: fatal: libF77.so.2: > can't open file: errno=2 > > Is there any standard place where I should be looking to find libF77?Sounds like you will have to modify the path searched by the loader for shared libraries. Solaris tends to make this difficult because of the weird locations for compilers and standard pieces of software. Someone who uses Solaris more should advise you on this. I think these libraries are located in /opt/SUNWspro/lib but I haven't bothered to figure out the logic of the places that Sun locates these.> When make moves on to building the documents I get the errors below. (Is this > because configure did not find perl?)These are definitely errors from perl scripts. What is the first line of the script /home/res8/gilp/R-versions/R-0.62.1/etc/build-help? If it doesn't point to a perl interpreter then these scripts are not going to work at all. You will have to find a way to get configure to determine the location of the perl interpreter. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Paul Gilbert <pgilbert@bank-banque-canada.ca> writes:> > I'm just trying to install 62.1 under Solaris. Making the program reports no > errors, but when I try to run R I get > > ld.so.1: /home/res8/gilp/R-versions/R-0.62.1/bin/R.binary: fatal: libF77.so.2: > can't open file: errno=2Works OK here with f77 == g77. Which Fortran are you on?> Is there any standard place where I should be looking to find > libF77?You could try something like find /usr -name \*77\* -print find /opt -name \*77\* -print but I'm somewhat confused as to why the linker seems to be picking up the shared library (mine links static) when it isn't there.> When make moves on to building the documents I get the errors below. (Is this > because configure did not find perl?)That, or wrong version of perl. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._