Re: Problem compiling postgres sql --with-tcl - Mailing list pgsql-hackers

From Zeugswetter Andreas SB SD
Subject Re: Problem compiling postgres sql --with-tcl
Date
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA41EB45E@m0114.s-mxs.net
Whole thread Raw
Responses Re: Problem compiling postgres sql --with-tcl  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Tom wrote:
> > Would a patch for src/pl/tcl/Makefile still be accepted for 7.2 ?
> 
> If it's simple and low-risk, probably so.  Please submit it anyway,
> so we'll have it on file even if the decision is to hold it till
> 7.3.

Unfortunately the issue is in both interfaces/libpgtcl and pl/tcl.
libpgtcl is not prepared for the tclConfig.sh stuff, thus it would be
more than a few lines.

Second I do not understand why the Makefile in pl/tcl is so complicated, 
and not similar e.g. to the plpython one, so the first task should be to 
simplify the Makefile to use Makefile.shlib, and not cook it's own soup.

Basically:NAME=pltclOBJS=pltcl.o SHLIB_LINK=$(TCL_LIB_SPEC) $(TCL_LIBS)all: all-lib

Third unfortunately my daughter is sick and my wife asked me to come home,
so I won't be able to work on it till Monday :-(

Andreas


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Problem compiling postgres sql --with-tcl
Next
From: Peter Eisentraut
Date:
Subject: Re: deadline date for .po translators