Displaying 6 results from an estimated 6 matches for "dblepr_".
Did you mean:
dblepr
2003 May 23
1
Fortran DLL
...ternal compilers with
R", ..., I have tried to create a DLL for my Fortran file using the command:
g77 --shared -o robeth.dll robeth.f
and failed with several messages as :
c:\temp/ccU8N5fb.o: ... undefined reference to 'realpr_'
c:\temp/ccU8N5fb.o: ... undefined reference to 'dblepr_'
c:\temp/ccU8N5fb.o: ... undefined reference to 'intpr_'
c:\temp/ccU8N5fb.o: ... undefined reference to 'rexit_'
What I have missed. If I insert #include <R.h> at the top of the file, the
MinGW
g77 compiler exits immediately => "undefined or invalid # directiv...
2010 Dec 09
1
How to call DBLEPR in Fortran code to be used by R
...REALPR to get values to show up in R
which I hope will allow me to find the error. I've downloaded the
R-2.12.0.tar.gz but have been unable to find these subroutines or any
examples of how to get Fortran to recognize them. Obviously when I try to
compile I get undefined reference to 'dblepr_'. So I was wondering if
there is some way I can specify in the makefile or possibly by building
the dll using R CMD SHLIB where to find these subroutines or where else
this information might need to be. I noticed in Venables book that the
functionality of these subroutines can be compiler...
1997 Apr 25
0
R-alpha: unresolved symbols
I tried to convert hastie & tibshiranis mda package to R but ended
with a bunch of unresolved symbols:
R.binary: can't resolve symbol 'dbksl_'
R.binary: can't resolve symbol 'dblepr_'
R.binary: can't resolve symbol 'dqrdca_'
R.binary: can't resolve symbol 'intpr_'
R.binary: can't resolve symbol 'pack_'
R.binary: can't resolve symbol 'sgram_'
R.binary: can't resolve symbol 'sknotl_'
R.binary: can't resolve symbo...
1999 May 03
1
problems compiling R-0.63.3 on alpha
...;
ld -shared -lm -o modreg.so bsplvd.o bvalue.o bvalus.o dpbfa.o dpbsl.o
ksmooth.o loessc.o loessf.o ppr.o qsbart.o sbart.o sgram.o sinerp.o sslvrg.o
stxwx.o -ldxml
ld:
Warning: Unresolved:
_OtsDivide32
R_NaReal
sprintf
warning
strcmp
calloc
free
strncpy
strcat
d1mach_
dqrdc_
dqrsl_
dsvdc_
intpr_
dblepr_
__exc_add_pc_range_table
__exc_add_gp_range
__exc_remove_pc_range_table
__exc_remove_gp_range
make[5]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/library
/modreg/src'
make[4]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/library
/modreg/src'
make[3]: Le...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...shared -lm -o modreg.so bsplvd.o bvalue.o bvalus.o dpbfa.o dpbsl.o =
ksmooth.o loessc.o loessf.o ppr.o qsbart.o sbart.o sgram.o sinerp.o sslvr=
g.o =
stxwx.o -ldxml
ld:
Warning: Unresolved:
_OtsDivide32
R_NaReal
sprintf
warning
strcmp
calloc
free
strncpy
strcat
d1mach_
dqrdc_
dqrsl_
dsvdc_
intpr_
dblepr_
__exc_add_pc_range_table
__exc_add_gp_range
__exc_remove_pc_range_table
__exc_remove_gp_range
make[5]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
/modreg/src'
make[4]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
/modreg/src'
make[3]...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...sinerp.o sslvrg.o stxwx.o -L/soft/readline/v4.2.1/lib -lreadline -ltermcap
-lm -lUfor -lfor -lFutil -lots -lm_c32 -lmld -lexc
ld:
Warning: Unresolved:
R_registerRoutines
R_NaReal
Rf_error
Rf_warning
R_alloc
R_chk_calloc
R_chk_free
rwarn_
interv_
d1mach_
dsvdc_
dqrsl_
dqrdc_
ddot_
idamax_
dnrm2_
dblepr_
intpr_
R_finite
Rprintf
REprintf
R_pow
Rf_fsign
dpbsl_
dpbfa_
mkdir -p -- ../../../../library/modreg/libs
gmake[5]: Leaving directory `/soft/R/R-1.5.1/src/library/modreg/src'
gmake[4]: Leaving directory `/soft/R/R-1.5.1/src/library/modreg/src'
gmake[3]: Leaving directory `/soft/R/R-1.5.1/sr...