Hi Everybody
I am trying to install the latest version of JavaGD from source but get the following error. trying URL 'http://cran.za.r-project.org/src/contrib/JavaGD_0.5-4.tar.gz' Content type 'application/x-gzip' length 102242 bytes (99 Kb) opened URL ================================================== downloaded 99 Kb * installing *source* package JavaGD ... /Library/Frameworks/R.framework/Resources/bin/config: line 143: make: command not found /Library/Frameworks/R.framework/Resources/bin/config: line 144: make: command not found /Library/Frameworks/R.framework/Resources/bin/config: line 220: make: command not found /Library/Frameworks/R.framework/Resources/bin/config: line 143: make: command not found /Library/Frameworks/R.framework/Resources/bin/config: line 144: make: command not found /Library/Frameworks/R.framework/Resources/bin/config: line 220: make: command not found /Library/Frameworks/R.framework/Resources/bin/config: line 143: make: command not found /Library/Frameworks/R.framework/Resources/bin/config: line 144: make: command not found /Library/Frameworks/R.framework/Resources/bin/config: line 220: make: command not found checking for gcc... no checking for cc... no checking for cl.exe... no configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. ERROR: configuration failed for package JavaGD line 143, 144 and 220 reads as follows: 143: LIBR=`eval $query VAR=LIBR` 144: STATIC_LIBR=`eval $query VAR=STATIC_LIBR` 220: eval "${query} VAR=${var}" I do have gcc installed: (from terminal) $ which gcc /Developer/usr/bin/gcc Can anyone guide me on how to resolve this. sessionInfo below thanks in advance Christiaan > sessionInfo() R version 2.11.1 (2010-05-31) x86_64-apple-darwin9.8.0 locale: [1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] tools_2.11.1 Warning messages: [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.