R compile on Solaris 8 fails (PR#1428)
On Wed, 3 Apr 2002, Albert Chin wrote:
On Mon, Apr 01, 2002 at 10:29:49PM +0100, ripley@stats.ox.ac.uk wrote:
Almost certainly your c++ is g++ installed in /usr/local, and you don't have /usr/local/lib in your LD_LIBRARY_PATH. In short
checking whether the C++ compiler (c++ ) works... no
is correct, and that's not a problem with R but with your system. First get a simple C++ program working. If this is a current gcc (3.0.x), the same problem will occur with gcc eventually in the build process (for libgcc.so).
Look at config.log and it'll give you more info as to why the above failed.
That was in the original posting, and it said -lstdc++ could not be found. You've jumped into the middle of a thread!
Brian D. Ripley, ripley@stats.ox.ac.uk 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 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._