tcl/tk interface on Digital Unix

Started by Peter Mittermayerover 25 years ago2 messagesgeneral
Jump to latest
#1Peter Mittermayer
p.mittermayer@astro.univie.ac.at

Hi,

I have not yet got an answer to my question posted a week ago ...

When I try to run the configure script with the option --with-tcl,
the tclConfig.sh is not found because it simply does not exits on
a Digital Unix machine! But the Tcl/Tk package is installed on the
machine (obviously without these scripts).

Is there a way to compile the tcl/tk interface without these
scripts and without recompiling tcl/tk from source?

Peter
--
------------------------------------------------------------------
Peter Mittermayer Phone: +43 1 4277 518 - 73,72
Institute for Astronomy email: p.mittermayer@astro.univie.ac.at
1180 Vienna, AUSTRIA

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Mittermayer (#1)
Re: tcl/tk interface on Digital Unix

Peter Mittermayer <p.mittermayer@astro.univie.ac.at> writes:

When I try to run the configure script with the option --with-tcl,
the tclConfig.sh is not found because it simply does not exits on
a Digital Unix machine! But the Tcl/Tk package is installed on the
machine (obviously without these scripts).

Then you have a broken (or at least fatally incomplete) Tcl
installation. tclConfig.sh is *not* an optional part.

Is there a way to compile the tcl/tk interface without these
scripts and without recompiling tcl/tk from source?

I recommend doing your own Tcl install so that you have a correct
Tcl setup...

regards, tom lane