Re: Build fails for pl/tcl on OpenBSD - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: Build fails for pl/tcl on OpenBSD
Date
Msg-id 200105071648.f47GmhE11794@candle.pha.pa.us
Whole thread Raw
In response to Re: Build fails for pl/tcl on OpenBSD  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Build fails for pl/tcl on OpenBSD  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
> > I have in fact done this --- HPUX likes nonstandard prefixes ;-).  IIRC,
> > you must set --with-includes and --with-libraries, and your PATH had
> > better find the appropriate version of tclsh first.  It would appear
> > >from looking at configure that the --with-tclconfig option is fairly
> > useless, since if you don't set it the correct value is extracted by
> > asking tclsh.  You'd only need to specify it if your Tcl setup is not
> > internally consistent.
>
> The idea might have been that you could select which one of several
> installed Tcl version to use.  E.g., if you have a cutting edge
> experimental build somewhere you could use
> --with-tclconfig=$HOME/tcl-install/lib.

I had a pltcl issue here yesterday.  I fixed the problem, but I noted
that pltcl is linked not using information from Makefile.shlib, but
using commands from tclConfig.sh.  Not sure this is wrong, but it
certainly can cause problems if tclConfig.sh and Makefile.shlib don't
match.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: POSTGRESQL BUG REPORT
Next
From: Tom Lane
Date:
Subject: Re: Build fails for pl/tcl on OpenBSD