Re: Build fails for pl/tcl on OpenBSD

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Hentosh <hentosh(at)io(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Build fails for pl/tcl on OpenBSD
Date: 2001-05-05 03:48:15
Message-ID: 4260.989034495@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Robert Hentosh <hentosh(at)io(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-05-05 04:10:53 Re: Build fails for pl/tcl on OpenBSD
Previous Message Robert Hentosh 2001-05-05 02:24:17 Build fails for pl/tcl on OpenBSD