Re: tcl/tk interface on Digital Unix - Mailing list pgsql-general

From Tom Lane
Subject Re: tcl/tk interface on Digital Unix
Date
Msg-id 20954.964018332@sss.pgh.pa.us
Whole thread Raw
In response to tcl/tk interface on Digital Unix  (Peter Mittermayer <p.mittermayer@astro.univie.ac.at>)
List pgsql-general
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

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: [HACKERS] Re: PRIMARY KEY & INHERITANCE (fwd)
Next
From: "Joel Burton"
Date:
Subject: Does CREATE FUNCTION... WITH (ISCACHABLE) work?