Re: Build fails for pl/tcl on OpenBSD
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Robert Hentosh <hentosh@io.com>
Cc: pgsql-bugs@postgresql.org
Date: 2001-05-05T03:48:15Z
Lists: pgsql-bugs
Robert Hentosh <hentosh@io.com> writes: > It fails with the following error when it compiles src/pl/tcl/pltcl.c: > pltcl.c:38: tcl.h: No such file or directory > This works on my linux box since tcl.h is in /usr/include but on OpenBSD it is located in /usr/local/include/tcl8.3/tcl.h OpenBSD's tcl package is broken, then. It's their responsibility to put the necessary compiler flags into tclConfig.sh, not the responsibility of every Tcl-using software to second guess where the include files are. regards, tom lane