Displaying 6 results from an estimated 6 matches for "intpr_".
Did you mean:
intpr
2003 May 23
1
Fortran 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 # directives"
I've tested on R Version 1.5.1 and 1.7.0, for wind...
1997 Apr 25
0
R-alpha: unresolved symbols
...d 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 symbol 'unpack_'
R.binary: can't resolve symbol 'wmean_'
I'm using linux, f2c, gcc
D...
2001 May 09
1
Fortran subroutines dblepr, realpr, intpr
I am making my first attempts at using some Fortran code with R, and
so far it's going OK. To print from my Fortran programs, it seems I
need subroutines dblepr, realpr and intpr. From the excellent
"Writing R Extensions" document:
"Three subroutines are provided to ease the output of information
from FORTRAN code.
subroutine dblepr(label, nchar, data, ndata)
1999 May 03
1
problems compiling R-0.63.3 on alpha
...src'
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'
mak...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...9;
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 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'...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...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/src/libra...