Skip to content

R-beta: configure problem (tcltk) on 64 bit Red Hat EL

2 messages · Bjørn-Helge Mevik, Brian Ripley

#
Martyn Plummer wrote:

            
You are right.  I have both the i386 and x86_64 RPMs installed.
Thank you!  This works like a charm.
Prof Brian Ripley wrote:

            
You are right.  As Martyn suggested, configure picked up
/usr/lib/{tcl,tk}Config.sh instead of /usr/lib64/{tcl,tk}Config.sh
because I have both i386 and x86_64 versions of the RPMs installed.
Typically me! :-)


Thanks, both of you!
#
On Wed, 14 Dec 2005, Bj?rn-Helge Mevik wrote:

            
At a closer look, R was searching /usr/lib before /usr/lib64 which seems 
sub-optimal, so I have reversed this (and added /usr/local/lib64 to the 
list before /usr/local/lib).  Nevertheless, for some builds (e.g.
32-bit R on 64-bit Linux) you will need to specify the paths as the manual 
says.