search for: dgbfa

Displaying 3 results from an estimated 3 matches for "dgbfa".

2000 Apr 15
2
unresolved symbols in dynamically linked code
...d ddassl, and which in turn call some routines from linpack and double precision blas. I originally developed the library including those routines, and got a functional shared library. When I removed the routines listed in Linpack.h, dyn.load gave the error: ...../call_lsoda.so: undefined symbol dgbfa_ Have I misunderstood the documentation, or do I need to do something special to resolve these symbols? I am using R SHLIB to do the make, and am working on a Redhat Linux 6.1 machine. When I set the option "verbose" to TRUE, I get the warning, "Explicit local dynamic loading not...
2004 Feb 05
1
Installing odesolve under MacOSX
Installing odesolve in Raqua 1.8.0 or 1.8.1 under MacOSX gives the following message: Warning message: Installation of package odesolve had non-zero exit status in: install.packages(ui.pkgs, CRAN = getOption(where), lib = .libPaths()[1]) Moreover, in the source of odesolve is no makefile. Does anyone know how to get a proper installation? Maartje
2008 Mar 08
1
Installing odesolve package of R under Ubuntu (Debian) Linux
...share/R/include -I/usr/share/R/include -fpic -g -O2 -c call_lsoda.c -o call_lsoda.o call_lsoda.c: In function «call_lsoda": call_lsoda.c:109: attention : passing argument 1 of «initializer" from incompatible pointer type gfortran -fpic -g -O2 -c cfode.f -o cfode.o gfortran -fpic -g -O2 -c dgbfa.f -o dgbfa.o gfortran -fpic -g -O2 -c dgbsl.f -o dgbsl.o gfortran -fpic -g -O2 -c dgefa.f -o dgefa.o gfortran -fpic -g -O2 -c dgesl.f -o dgesl.o gfortran -fpic -g -O2 -c ewset.f -o ewset.o gfortran -fpic -g -O2 -c fdump.f -o fdump.o gfortran -fpic -g -O2 -c fnorm.f -o fnorm.o gfortran -fpic -g -O2...