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]]
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
