Sujet : Re: Packages won't run on Tcl/Tk 9.0
De : luc (at) *nospam* sep.invalid (Luc)
Groupes : comp.lang.tclDate : 29. Sep 2024, 14:05:34
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20240929100534.25996089@lud1.home>
References : 1 2 3 4
On Sun, 29 Sep 2024 15:29:50 +0530, Ashok wrote:
The configure line is what you ran to generate the makefiles. That
assumes those extensions are built using autotools as is standard for
Tcl extensions using TEA.
>
Otherwise, post the steps (command line) you used to build those
extensions. It appears you are getting 8.x and 9.x headers crossed up.
Ah OK.
Tcl:
$ ./configure --disable-symbols --enable-shared --enable-64bit --prefix /opt/tcltk9
Tk:
$ ./configure --disable-symbols --enable-shared --enable-64bit --enable-xft --prefix /opt/tcltk9 --with-tcl=/home/build/tcl9/unix
Please note that I didn't build any of the packages. They are pre-built binaries
that I downloaded.
-- Luc>