Re: [HACKERS] Problem compiling postgres sql --with-tcl

From: "Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "PostgreSQL Development" <pgsql-hackers(at)postgresql(dot)org>, <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [HACKERS] Problem compiling postgres sql --with-tcl
Date: 2001-12-18 11:26:06
Message-ID: 46C15C39FEB2C44BA555E356FBCD6FA421286D@m0114.s-mxs.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


> "Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at> writes:
> > Here is a patch per above thread.
>
> Why did you change libpgtcl's build process? AFAIK no one was claiming
> that was broken.

It was definitely broken on AIX, and was also the original complaint.
Since the make stopped there the next failure in pl/tcl was not reported.

> This does not seem the right time to be making undiscussed changes in
> Makefile.shlib, either. What's with that?

I was presuming, that the patch was at this stage not applied without further
review and testing on some other port.

It is not a real big problem, but for some targets "make clean" fails to
clean libxxx.2.0 (depending on what $(shlib) is on that port) and the
libxxx.exp file without the patch.
The patch brings "clean-lib" inline with "uninstall-lib".

Unfortunately it misses to clean xxx.dll on Windows, very sorry :-(
I thought I tripplechecked. Incremental patch attached.

Andreas

Attachment Content-Type Size
shlib.patch application/octet-stream 597 bytes

Browse pgsql-hackers by date

  From Date Subject
Next Message pwd 2001-12-18 11:32:43 Re: Scheduling Jobs in Postgres
Previous Message Lincoln Yeoh 2001-12-18 11:14:51 Re: Connection Pooling, a year later

Browse pgsql-patches by date

  From Date Subject
Next Message Greg Sabino Mullane 2001-12-18 17:55:52 "July" missing from datetime.c
Previous Message Tom Lane 2001-12-18 00:05:13 Re: [HACKERS] Problem compiling postgres sql --with-tcl