Displaying 20 results from an estimated 154 matches for "dynload".
2005 Apr 14
5
cross compiling R for Windows under Linux
Hi
I tried to cross compile R under Linux but get an
error.
i586-mingw32-gcc -isystem
/home/schouwl/unpack/mingw/include -O2 -Wall -pedantic
-I../include -I. -DHAVE_CONFIG_H -DR_DLL_BUILD -c
dynload.c -o dynload.o
dynload.c: In function `R_loadLibrary':
dynload.c:94: warning: implicit declaration of
function `_controlfp'
dynload.c:94: error: `_MCW_IC' undeclared (first use
in this function)
dynload.c:94: error: (Each undeclared identifier is
reported only once
dynload.c:94: error:...
2004 Nov 26
1
Cross-compiling R for Windows on linux
I tried to cross-compile the newest release 2.0.1 on a linux machine, but i
always got an error at the following stage
DHAVE_CONFIG_H -DR_DLL_BUILD -c dynload.c -o dynload.o
dynload.c: In function `R_loadLibrary':
dynload.c:94: warning: implicit declaration of function `_controlfp'
dynload.c:94: error: `_MCW_IC' undeclared (first use in this function)
dynload.c:94: error: (Each undeclared identifier is reported only once
dynload.c:94: error:...
2015 Jan 02
1
Help in building R with minGW
...Leaving directory `/home/Edoardo/r-3.1.2/src/nmath'
make[2]: Entering directory `/home/Edoardo/r-3.1.2/src/unix'
make[3]: Entering directory `/home/Edoardo/r-3.1.2/src/unix'
gcc -std=gnu99 -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c dynload.c -o dynload.o
dynload.c: In function 'Rf_InitFunctionHashing':
dynload.c:69:32: warning: assignment from incompatible pointer type
[enabled by default]
R_osDynSymbol->loadLibrary = loadLibrary;
^
dynload.c:71:33: warning: assignment from incompatible...
2008 Sep 16
2
odesolve dynload example
Hello R Developers,
This is my first foray into using c-code with R, so please forgive my
foolishness.
I had a look at the archives and did not find anything on this, so
hopefully I am not doubling up.
I have tried to use R cmd to create an object file from the odesolve
dynload example.
I am using windows and have just installed rtools, and have the latest
version of stable R (2..7.2).
This is what happened:
C:\Program Files\R\R-2.7.2\library\odesolve\dynload\c>Rcmd SHLIB mymod.c
making mymod.d from mymod.c
windres --preprocessor="gcc -E -xc -DRC_INVOKED" -...
2005 Jan 28
1
error in gmake CrossCompileBuild
...t I am on thin ice trying to build this on
freeBSD 4.10, however, after tweaking Makefile-rcb v11Oct04
/* MAKE=gmake; MINGW_CROSS = mingw-cross4 */, I encounter:
mingw32-gcc -isystem ~/RCrossBuild/cross-
tools/mingw32/include -O2 -Wall -pedantic -I../include -I. -
DHAVE_CONFIG_H -DR_DLL_BUILD -c dynload.c -o dynload.o
dynload.c: In function `R_loadLibrary':
dynload.c:94: warning: implicit declaration of function
`_controlfp'
dynload.c:94: error: `_MCW_IC' undeclared (first use in this
function)
dynload.c:94: error: (Each undeclared identifier is reported
only once
dynload.c:94: erro...
2006 May 08
2
problems compiling under solaris
Hi!
I've been trying to compile R with gcc version 3.4.2 on a box running Solaris 2.6.
I keep on hitting this error during the compile:
gcc -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -std=gnu99 -c dynload.c -o dynload.o
In file included from dynload.c:33:
../../src/include/Defn.h:943: error: parse error before "mbstate_t"
make[3]: *** [dynload.o] Error 1
Has anyone else hit this kind of compile error?
TIA,
-y
[[alternative HTML version deleted]]
2000 Feb 29
1
R-1.0.0 make error
I'm getting this error when I try to make after my configure, any
solutions? Thanks in advance...
make[2]: Entering directory `/export/trichodon2/R/R-1.0.0/demos/dynload'
/usr/local/bin/make zero.so
make[3]: Entering directory `/export/trichodon2/R/R-1.0.0/demos/dynload'
/export/trichodon2/R/R-0.99.0a/bin/SHLIB:
/export/trichodon2/R/R-0.99.0a/bin/SHLIB: cannot open
make[3]: *** [zero.so] Error 1
make[3]: Leaving directory `/export/trichodon2/R/R-1.0.0/dem...
1998 Jun 06
1
R-beta: makefile command line for recreating dynload demo dll
Hi,
I have gnuwin32 (b18) and the rw0613b.zip version of R.
With regards to (re)making the dynload dll demo given (zero.dll) could
anyone tell me what the command line for the makefile should be.
ie,
make -f Makefile.in ...?
Thanks for any help
--
Douglas
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~ho...
2019 Nov 07
1
yum install fails - itertoolsmodule.so
...same, and from the output below I think you're right. However, I was hoping I could just repair this problem for now, and worry about replacing the HDD later. I need to resume some services that also seem to generate this same error.
Gary
[root at zeppo services]# ll /usr/lib64/python2.7/lib-dynload/itertoolsmodule.so
-rwxr-xr-x. 1 root root 61976 Sep 15 2016 /usr/lib64/python2.7/lib-dynload/itertoolsmodule.so
[root at zeppo services]# cat /usr/lib64/python2.7/lib-dynload/itertoolsmodule.so
cat: /usr/lib64/python2.7/lib-dynload/itertoolsmodule.so: Input/output error
[root at zeppo services]#...
1998 Aug 22
1
R-beta: re -n -v wr0613b - windows dynload
When I use the -v I can modify the size of the heap, as assessed by
gc(), but the -n key seems to be without effect ?
On a machine with 48 mB ram I can load the libraries without problem,
but on my own 36 mB ram machine, I get dynload problems with the larger,
eg survival4.
Any suggestions ?
Troels
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the...
2005 May 23
0
R 2.1 installation on Mac OS 10.2
...BLAS(generic), LAPACK(in blas)
> Additional capabilities: PNG, JPEG, MBCS, NLS
> Options enabled: framework, R profiling
>
> Recommended packages: yes
make then gives me the following error message:
....
> config.status: creating src/unix/Makefile
> making dynload.d from dynload.c
> making edit.d from edit.c
> making stubs.d from stubs.c
> making system.d from system.c
> making sys-unix.d from sys-unix.c
> making sys-std.d from sys-std.c
> making X11.d from X11.c
> making aqua.d from aqua.c
> making dlfcn-darwin.d from dlfcn-darwin.c...
1998 Aug 22
1
R-beta: re -n -v wr0613b - windows dynload
When I use the -v I can modify the size of the heap, as assessed by
gc(), but the -n key seems to be without effect ?
On a machine with 48 mB ram I can load the libraries without problem,
but on my own 36 mB ram machine, I get dynload problems with the larger,
eg survival4.
Any suggestions ?
Troels
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the...
1998 Sep 27
1
Sv: R-beta: windows and dynload. ?Win98
...p, and I did not want to start again from scratch with a reformat. I used rw0613.
-----Oprindelig meddelelse-----
Fra: Douglas Steele <Douglas at dsteele.demon.co.uk>
Til: r-help at stat.math.ethz.ch <r-help at stat.math.ethz.ch>
Dato: 27. september 1998 23:32
Emne: R-beta: windows and dynload. ?Win98
>In article <Pine.GSO.3.96.980917063426.11242A-100000 at localhost>, Prof
>Brian D Ripley <ripley at stats.ox.ac.uk> writes
>>> Error in dyn.load(file) : unable to load shared library
>>> "D:\R_CODA\RW0613\library\eda\libs\eda.dll"
>>Thi...
2013 Apr 02
1
Rpy2 and Mac OS X 10.8.3
...+ 183
(memory.c:806)
1 libR.dylib 0x0000000104aec44b Rf_allocVector + 2235
(memory.c:2221)
2 libR.dylib 0x0000000104a0816e
get_package_CEntry_table + 174 (Rinlinedfuns.h:513)
3 libR.dylib 0x0000000104a0825f R_RegisterCCallable +
31 (Rdynload.c:1391)
4 zoo.so 0x00000001035e5466 R_init_zoo + 70
(init.c:46)
5 libR.dylib 0x0000000101007089 AddDLL + 201
6 libR.dylib 0x000000010100737a do_dynload + 170
7 libR.dylib 0x00000001010a6aab bcEval + 10043
8...
2013 Apr 02
1
Rpy2 and Mac OS X 10.8.3
...+ 183
(memory.c:806)
1 libR.dylib 0x0000000104aec44b Rf_allocVector + 2235
(memory.c:2221)
2 libR.dylib 0x0000000104a0816e
get_package_CEntry_table + 174 (Rinlinedfuns.h:513)
3 libR.dylib 0x0000000104a0825f R_RegisterCCallable +
31 (Rdynload.c:1391)
4 zoo.so 0x00000001035e5466 R_init_zoo + 70
(init.c:46)
5 libR.dylib 0x0000000101007089 AddDLL + 201
6 libR.dylib 0x000000010100737a do_dynload + 170
7 libR.dylib 0x00000001010a6aab bcEval + 10043
8...
2008 Sep 16
0
FW: odesolve dynload example
HI R Gurus,
> This is my first foray into using c-code with R, so ...
> I had a look at the archives and did not find anything on this, so
> hopefully I am not doubling up.
>
I have previously used the following approach where I needed some very
small numbers/large (using Brobdingnag):
surfacewithdiff <- function(t, y, p)
{
const=p["const"]
kay
1999 Jun 09
1
R on AIX (>4.2)
Hi,
I'm determined to get R compiling & running on a machine running AIX
4.2. I've seen previous emails in the archive about this topic. The
main obstacle is getting dynamic loading to work, but it works for Tcl
and hence is feasable.
Questions:
- is anybody _currently_ working with R on AIX?
- why have previous fixes to the sources not been introduced into
the released
1999 Jun 09
1
R on AIX (>4.2)
Hi,
I'm determined to get R compiling & running on a machine running AIX
4.2. I've seen previous emails in the archive about this topic. The
main obstacle is getting dynamic loading to work, but it works for Tcl
and hence is feasable.
Questions:
- is anybody _currently_ working with R on AIX?
- why have previous fixes to the sources not been introduced into
the released
2012 Dec 18
2
Yum Segfaulting
Hi All, I have a Centos 5.8 system with relatively little memory, that
runs in rl3, where yum has decided not to work any more. As follows:-
# free
total used free shared buffers cached
Mem: 774628 697516 77112 0 77720 313284
-/+ buffers/cache: 306512 468116
Swap: 2048276 160 2048116
# yum -v
2000 Oct 02
4
Debugging dynloaded C-code with gdb
Dear R users
I have started to use gdb for debugging dynloaded C code as described in
`Writing R Extensions'. Unfortunately I have run into several problems that
I haven't been able to solve:
- using `n': how comes that the same line of code appears up to three times
(and inbetween the next line and maybe even the second next one?)
- using `p...