Stefan Reuschke <reuschke_ukl(at)web(dot)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