Dear all, While running some code requiring the "tcltk" package I have realised that my version of R was compiled with the Tcl/Tk libraries included in Fedora 6. It would be for me better to use the ActiveTcl libraries (which I have under /usr/local), and I'm aware that this probably means to recompile R with the proper configuration variables. But...is it by any chance possible to "just" recompile the bit affected by Tcl/Tk, like, for instance, to install tcltk with some environment variable pointing at the right ActiveTcl library? Many thanks for your suggestions and help. J -- Dr James Foadi Membrane Protein Laboratory Diamond Light Source Ltd. Diamond House Harwell Science and Innovation Campus Didcot Oxfordshire OX11 0DE United Kingdom email: james.foadi at diamond.ac.uk j.foadi at imperial.ac.uk web page (old page - working on a new one): http://www-users.york.ac.uk/~jf117 Tel: 0044 (0)1235 778790 Mobile: 0044 (0)7740 678548
James Foadi wrote:> Dear all, > > While running some code requiring the "tcltk" package I have realised that my > version of R was compiled with the Tcl/Tk libraries included in Fedora 6. It > would be for me better to use the ActiveTcl libraries (which I have > under /usr/local), and I'm aware that this probably means to recompile R with > the proper configuration variables. > > But...is it by any chance possible to "just" recompile the bit affected by > Tcl/Tk, like, for instance, to install tcltk with some environment variable > pointing at the right ActiveTcl library? > >Maybe, but I don't think it is worth the trouble compared to a full rebuild. There are obstacles, e.g. that the Makefile in the packages is created from Makefile.in by the toplevel configure script. I.e., better waste some computer resources than your own.> Many thanks for your suggestions and help. > > J >