Re: [R] dyn.load( ) problem

2007-06-12 Thread Vladimir Eremeev
Ian McCarthy wrote: > > I am trying to access a dll with dyn.load, but I get an error message box > titled "R Console: Rgui.exe - Unable to Locate Component". The error > message itself states "this application has failed to start because > libifcoremdd.dll was not found. Re-installing the appli

[R] dyn.load( ) problem

2007-06-12 Thread Ian McCarthy
I am trying to access a dll with dyn.load, but I get an error message box titled "R Console: Rgui.exe - Unable to Locate Component". The error message itself states "this application has failed to start because libifcoremdd.dll was not found. Re-installing the application may fix this problem."

Re: [R] dyn.load problem under linux

2007-02-11 Thread Domenico Vistocco
Dear All, thanks for your help. I have misreaded the error message (I am sorry). The message of Phil Spector solved the problem. I think it was posted out of the list: I copy it below (it could be useful to someone else). Thanks a lot, domenico ---

Re: [R] dyn.load problem under linux

2007-02-10 Thread Prof Brian Ripley
This is a mismatch of compiler between the machine that the code was compiled on and that running the code. >> '/usr/lib/R/library/POP.R/libs/ezlic20.so': >> libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file libstdc++-libc6.2-2.so.3 is a g++ runtime. On my FC5 system it is

Re: [R] dyn.load problem under linux

2007-02-10 Thread Tom 'spot' Callaway
On Fri, 2007-02-09 at 21:31 +0100, Domenico Vistocco wrote: > libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file > or directory > Error in library(POP.R) : .First.lib failed for 'POP.R' > ---

Re: [R] dyn.load problem under linux

2007-02-09 Thread Patrick Burns
Some additional notes inserted below. Domenico Vistocco wrote: >Dear HelpeRs, >I am trying to use an thirdy-part library under Linux (the library is >developed >both for Windows and for Linux). > >I have tried different solutions (with the library developer) but we are >not able to >solve the

[R] dyn.load problem under linux

2007-02-09 Thread Domenico Vistocco
Dear HelpeRs, I am trying to use an thirdy-part library under Linux (the library is developed both for Windows and for Linux). I have tried different solutions (with the library developer) but we are not able to solve the problem. So I try to ask for your help in order to escape from the full

Re: [R] dyn.load problem

2004-11-14 Thread Uwe Ligges
O. Neto wrote: Hi, Uwe. Thank you for help. Yesterday another R-user Mr. Ramasamy told me to do a simple program such as (changing too the directories, now C:/minhadll/): /*file conv.c*/ #include void printhello (){ Rprintf("%s", "hello world\n"); } When I use C:\R\rw2000\bin>RCMD SH

Re: [R] dyn.load problem

2004-11-13 Thread O. Neto
Hi, Uwe. Thank you for help. Yesterday another R-user Mr. Ramasamy told me to do a simple program such as (changing too the directories, now C:/minhadll/): /*file conv.c*/ #include void printhello (){ Rprintf("%s", "hello world\n"); } When I use C:\R\rw2000\bin>RCMD SHLIB -o c:/

Re: [R] dyn.load problem

2004-11-13 Thread Uwe Ligges
O. Neto wrote: Hi R-Users I wrote 1 week ago asking about a message that appears when I try run dyn.load. I'm trying to do an example in C code from "Writing R Extension" to learn how to do it. I have R 2.0.0, Rtools, Perl and MinGW as describe in http://www.murdoch-sutherland.com/Rto

[R] dyn.load problem

2004-11-12 Thread O. Neto
Hi R-Users I wrote 1 week ago asking about a message that appears when I try run dyn.load. I'm trying to do an example in C code from "Writing R Extension" to learn how to do it. I have R 2.0.0, Rtools, Perl and MinGW as describe in http://www.murdoch-sutherland.com/Rtools/ with path