Re: Postgres 7.3 from source --with-tcl : Errors again...

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Jason Tishler <jason(at)tishler(dot)net>
Cc: Andrew Klimov <and_k_98(at)yahoo(dot)com>, <pgsql-cygwin(at)postgresql(dot)org>
Subject: Re: Postgres 7.3 from source --with-tcl : Errors again...
Date: 2003-01-17 17:35:35
Message-ID: Pine.LNX.4.44.0301162321540.789-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Jason Tishler writes:

> Attached is a *work-in-progress* patch that enables PostgreSQL CVS to
> build "cleanly" when configured as follows:
>
> $ configure --with-tcl --with-tclconfig=/usr/lib ...

I had played around with fixing the Tcl stuff on Cygwin, too, but I don't
recall that the solution was that easy. Have you tried actually running
the PL/Tcl language (there's a test suite in the source tree)?

> BTW, I'm wondering if PostgreSQL's autoconf stuff (i.e., config/tcl.m4)
> should be modified to find Cygwin's tclsh (i.e., tclsh83.exe)?

I don't think so. If we had to follow everyone's idea for naming the Tcl
shell (for every version) we could never keep up. Plus ...

> I believe that this should obviate the need to configure
> --with-tclconfig.

I don't believe that either. The tclsh83.exe on Cygwin prints out
DOS-style paths, which would surely confuse things.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message mlw 2003-01-17 20:37:08 Re: Windows console for PostgreSQL released
Previous Message King_Henree@yahoo.com 2003-01-17 17:26:49 Are XA datasources supported?