[torqueusers] Struggling with GUI under 64 bits
Will Dinkel
wdinkel at teamhpc.com
Thu Oct 14 08:50:55 MDT 2004
Bill,
Yes, you have to edit the configure file. Here's a quick hack:
sed 's:lib/libtcl:lib64/libtcl:g' configure > configure.new
sed 's:lib/libtk:lib64/libtk:g' configure.new > configure
sed 's:(TCLX_DIR)/lib:(TCLX_DIR)/lib64:g' configure > configure.new
sed 's:(TCL_DIR)/lib:(TCL_DIR)/lib64:g' configure.new > configure
When you run configure, make sure to pass
"--x-libraries=/usr/X11R6/lib64 --with-tcl=/usr --enable-gui" as
arguments.
On Wed, 2004-10-13 at 11:19, Bill Wichser wrote:
> Trying to install torque-1.1.0p2 under Centos3.3 x86_64
>
> My problem lies in finding the tcl/tk libraries, located in /usr/lib64.
> The config script spits out:
>
> configure: warning: cannot build GUI without Tk library, GUI disabled
>
> and I cannot get past this with any kind of config options. Do I need
> to go in and edit the configure script manually for this?
>
> Thanks,
> Bill
>
> _______________________________________________
> torqueusers mailing list
> torqueusers at supercluster.org
> http://supercluster.org/mailman/listinfo/torqueusers
Will Dinkel
Software Engineer
Team HPC, Inc.
785-542-2135 x304
wdinkel at teamhpc.com
http://www.teamhpc.com
More information about the torqueusers
mailing list