Skip to content
Prev 189424 / 398498 Next

configure issue

Erin -
     Packages like tk8.4 are basically runtime packages.  They
don't provide the necessary header files that are required to
compile programs which will use those runtime packages.  I
suspect you'll need to install tcl8.4-dev and tk8.4-dev in order 
to build those capabilities into R.  I think you'll also need
libxmu-headers, libxt-dev and libx11-dev for X11.  Basically,
whenever a compilation fails, it means you're missing the -dev
package.

                                        - Phil Spector
 					 Statistical Computing Facility
 					 Department of Statistics
 					 UC Berkeley
 					 spector at stat.berkeley.edu
On Sat, 8 Aug 2009, Erin Hodgess wrote: