[R] s_copy

Roger Koenker roger at ysidro.econ.uiuc.edu
Mon Aug 23 22:32:15 CEST 1999



I'm trying to port some routines from S to R.  The code includes some
fortran stuff that calls lapack.  In the past in similar situations, but
without any lapack calls, I've had success using simply, as in the 
V&R R-complements,

        R SHLIB -o rq.so *.f

then in R

        dyn.load("rq.so")

But now when the code is called from R, R crashes and I get a message

        undefined symbol:  s_copy 

This reference is evidently resolved in the Splus linking, but I vaguely
recall problems like this in ancient versions of Splus.

I'm running V63.2 of R for i586/linux.

If someone could provide some diagnosis, or suggestions for further testing,
I would be most grateful.


url:	http://www.econ.uiuc.edu		Roger Koenker	
email	roger at ysidro.econ.uiuc.edu		Department of Economics
vox: 	217-333-4558				University of Illinois
fax:   	217-244-6678				Champaign, IL 61820

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help 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-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list