Re: [HACKERS] TCL/TK library glitches in configure.in

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: jwieck(at)debis(dot)com
Cc: brook(at)trillium(dot)NMSU(dot)Edu, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] TCL/TK library glitches in configure.in
Date: 1998-10-13 15:27:42
Message-ID: 199810131527.LAA00963@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> >
> > I have removed the mention of TCL_LIB from Makefile.global. The new
> > code looks in tcconfig.sh, and gets the values there. I just fixed it
> > today. Please check for the commented out entries in Makefile.global
> > and test it to see if it works. Seems to work here.
> >
> > However, I will apply the patch and remove the Makefile.global comments
> > of TCL_LIB, just so we can keep it around. I think Billy is working on
> > removal of that hole section.
> >
> > Thanks.
> >
>
> Checked out at Oct. 13 09:52 MET DST (it's +0200 so should be
> 03:52 in your TZ), configured with switches --enable-shared
> and --with-tcl.

Cool. I think with Billy's help, we can remove the while tcl testing
section from configure.in, at least the part that was bound to specific
tcl/tk directories and version numbers.

>
> Compiled clean and regression went through without a single
> 'failed'.
>
> Linux i486 ELF 2.1.88
>
> BTW: You still mention the rewrite system on the todo list.
> What was left where replacing some functions (OffsetVarNodes
> and the like) by the new versions that are now static in the
> rewriteHandler.
>
> But the old versions are used by the parser somewhere and I'm
> not totally sure if switching there to use the new ones would
> have any side effects.
>
> Things are stable now and working for what we currently have.
> I'll not touch the rewrite system (except for bugs) again
> before 6.4 is released. Please close the item.

OK, this is all I was waiting for. I suspected that was the case, but
needed to hear it from you.

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-10-13 15:40:26 Open 6.4 items
Previous Message Bruce Momjian 1998-10-13 15:24:33 Re: [HACKERS] dynamic libraries