Re: compiling 7.2.3 with tcl -- tcl.h - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: compiling 7.2.3 with tcl -- tcl.h
Date
Msg-id 13957.1041208699@sss.pgh.pa.us
Whole thread Raw
In response to compiling 7.2.3 with tcl -- tcl.h  (Stefan Reuschke <reuschke_ukl@web.de>)
List pgsql-interfaces
Stefan Reuschke <reuschke_ukl@web.de> writes:
> libpgtcl.h:19: tcl.h: Datei oder Verzeichnis nicht gefunden -> means file or folder not found

> But it's there:
> /usr/local/ActiveTcl/include/tcl.h

I think you need a --with-includes pointing at that directory.

As of Tcl 8.4, the tclConfig.sh script finally includes a symbol
indicating where to find Tcl's include files, but Postgres doesn't
yet know to use it.  With earlier Tcl releases you'd need a manual
--with-includes anyway :-(
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Stefan Reuschke
Date:
Subject: compiling 7.2.3 with tcl -- tcl.h
Next
From: ljb
Date:
Subject: Shouldn't .pgpass work with anything which uses libpq?