[R] unresolved symbols in growth and repeated libraries

mjantti@abo.fi mjantti at abo.fi
Thu Sep 2 18:08:58 CEST 1999


On  2 Sep, Peter Dalgaard BSA wrote:
> mjantti at abo.fi writes: 
>  
> > Installation of the libraries works but on loading 
> > > library(repeated) 
> > > library(growth) 
> > Error in dyn.load(file) : unable to load shared library "/usr/local/lib/R/library/growth/libs/growth.so": 
SNIP

> Fix the Makefile in repeated so that the libs come after the objects. 

Thanks for swift reply. Changing the line with  $(SHLIBLD) to 

$(SHLIBLD) $(SHLIBLDFLAGS) -o $@ $(OBJS) $(FLIBS) 

in both growth/src/Makefile and repeated/src/Makefile
got rid of the problem. 

Markus
-- 
Markus Jantti				|	Department of Statistics
markus.jantti at abo.fi			|	Abo Akademi University
http://www.abo.fi/~mjantti		|	FIN 20500 Turku, Finland
358-9-643 747  (Home/Voice)		|	358-2-2154 161	(Office/Voice)
					|	358-2-2154 677	(Office/Fax)
PGP public key: http://www.abo.fi/~mjantti/pubring.asc

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