[R] shared object
Uwe Ligges
ligges at statistik.uni-dortmund.de
Tue Sep 30 08:56:03 CEST 2003
p hu wrote:
> Dear R-helper,
> I have one question for creating shared objects (C code) on Unix.
> Since there is a set of softwares (such as Rtools, Perl, etc.) to be dowloaded for generating shared objects on windows, I am wondering whether I need to install a set of these kind of softwares to generating shared objects on unix.
>
> Assume I have a c code called foo.c, I just simly typed
>
> R CMD SHLIB foo.c
> it tells me that 'make' not found.
>
> Therefore could you tell me what software I need to install for generating shared objects on unix???
Well, at least "make" and some compiler, of course.
For details see Appendix "Essential and useful other programs" in the
"R Installation and Administration" manual.
Uwe Ligges
> Thanks
>
> Hu
>
>
>
> ---------------------------------
> Post your free ad now! Yahoo! Canada Personals
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
More information about the R-help
mailing list