Re: Why Tcl/Tk does not have a 64-bit distribution?
- From: "mlt" <matthias.luettgert@xxxxxxxxxxxxxx>
- Date: 14 Apr 2007 13:50:13 -0700
On 12 Apr., 10:27, "Donal K. Fellows" <donal.k.fell...@xxxxxxxxx>
wrote:
Georgios Petasis wrote:
I downloaded ActivePerl today and I saw that an 64-bit (AMD64) was
available for download. A quick check showed that ActivePython also has
an 64-bit version. Is there a reason for Tcl not to have an 64-bit
release? Is this due to extensions included in ActiveTcl?
The Tcl sources support being built as 64-bit binaries on many
platforms, and I suspect most of the other packages in the ActiveTcl
should support it straight out of the box too. Whether enough do to
support 64-bit builds for all Unix platforms, I don't know. Windows is
a bit different; there are enough changes there for 64-bit-ness that
some of the extensions (especially ones that provide widgets written
in C/C++) may well not be updated yet. Maybe someone who knows more
about iTk/iWidgets and the Vu widgets can tell us more?
Donal.
Tcl 8.4.14 (not 8.4.13) and Tk compile on 64-bit FC6 and Centos4.4
as well as Oratcl does.
BLT has a bug in bltTree.c that is quite easy to fix to get
it compiled (definition of START_LOGSIZE and MAX_LIST_VALUES
has to be put in front of the #if (SIZEOF_VOID_P == 8) ).
On Itcl I could not succeed due to errors in the ./configure
script.
Actually, I am stuck with compiling BLT against ActiveTcl8.4.14,
where I get 32/64-Bit conflicts when BLT tries to bind tk:
/usr/bin/ld: skipping incompatible /opt/ActiveTcl-8.4/lib/libtk8.4.so
when searching for -ltk8.4
/usr/bin/ld: skipping incompatible /opt/ActiveTcl-8.4/lib/libtk8.4.a
when searching for -ltk8.4
So, it is actually really a mess and I would appreciate a 64-bit
ActiveTcl-installation too.
Regards,
mlt
.
- References:
- Why Tcl/Tk does not have a 64-bit distribution?
- From: Georgios Petasis
- Re: Why Tcl/Tk does not have a 64-bit distribution?
- From: Donal K. Fellows
- Why Tcl/Tk does not have a 64-bit distribution?
- Prev by Date: Re: problems with running 32-bit tclsh on Windows x64
- Next by Date: Re: C++/TCL Need Solution to Compile Error c2784
- Previous by thread: Re: Why Tcl/Tk does not have a 64-bit distribution?
- Next by thread: Re: Why Tcl/Tk does not have a 64-bit distribution?
- Index(es):
Relevant Pages
|
|