Re: [Rd] R-devel Digest, Vol 125, Issue 2

2013-07-05 Thread Simon Urbanek
On Jul 4, 2013, at 3:53 AM, gianluca mastrantonio wrote: > I'm just a beginner, so i can make some stupid error. > I use the "-l cov.model.h -l util.h" because i need to load another two c++ > programs (cov.model.cpp and util.cpp) > Well,then you probably meant R CMD SHLIB SpTempWrapC.cpp co

Re: [Rd] R-devel Digest, Vol 125, Issue 2

2013-07-04 Thread gianluca mastrantonio
I'm just a beginner, so i can make some stupid error. I use the "-l cov.model.h -l util.h" because i need to load another two c++ programs (cov.model.cpp and util.cpp) Il giorno 04/lug/2013, alle ore 09:44, peter dalgaard ha scritto: > -I [[alternative HTML version deleted]] ___

Re: [Rd] R-devel Digest, Vol 125, Issue 2

2013-07-04 Thread peter dalgaard
On Jul 4, 2013, at 09:34 , gianluca mastrantonio wrote: > Hi all, > > I have a problem but i am not sure that this is the right mailing list. > > I'm writing a R program which call a C++ program, through the function .Call. > I use to compile the c++ script with the command > > R CMD SHLIB

Re: [Rd] R-devel Digest, Vol 125, Issue 2

2013-07-04 Thread gianluca mastrantonio
Hi all, I have a problem but i am not sure that this is the right mailing list. I'm writing a R program which call a C++ program, through the function .Call. I use to compile the c++ script with the command R CMD SHLIB SpTempWrapC.cpp -Wall -l covmodel.h -l util.h Everything works fine sinc