Skip to content

Problem in installing R add-on package(not from CRAN)

2 messages · pingzhao, Brian Ripley

#
Hi all,
The R was installed by system adminstrator. Here
make is used to compile C code, right?, but the compile tools
C, C++,etc. are there. Could any one give me somes hints on
how to fix this problems?
Thanks!!!
type:
#
On Sat, 24 May 2003, pingzhao wrote:

            
It isn't: it controls the running of compilers, linkers etc.
Ask your system administator for help!  It's a problem with *your*
computing setup not R, and (s)he clearly knows how to use it (and you do
not).  You haven't even told us what platform you are using.  Here is one
guess:

On Solaris the standard development tools are in /usr/ccs/bin, and a 
standard account does not have that directory in the path.

[...]