Re: Can I do 64-bit gcc compilation on 64-bit RedHat platform ?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: Can I do 64-bit gcc compilation on 64-bit RedHat platform ?

From: Vincent Thomas <vpthoma@gmail.com>
Date: Sat Jul 30 2005 - 00:18:25 CEST

Shaun Deacon wrote:
> Hi,
>
> This may seem like a daft question...but can
> I actually do 64-bit compilation of Tcl/Tk
> with gcc (tcl/tk 8.3.5) ?
>

I've compiled 8.5a3 with 64 bit on Fedora Core 3 with just one change
in the configure script for Tk

1359c1359
< if test "${with_tcl}+set" = set; then

---
> if test "${with_tcl+set}" = set; then
Received on Thu Sep 29 14:28:01 2005