Обсуждение: why I must build vs. using the standard cygwin distribution

Поиск
Список
Период
Сортировка

why I must build vs. using the standard cygwin distribution

От
Francis Purcell
Дата:

Hi Jason,

From an earlier message (not in reply to me), you ask:

>> BTW, why don't you use my pre-built PostgreSQL 7.1.3 that is part of
>> the standard Cygwin distribution?  Does it not meet your needs?
>>
>> Thanks,
>> Jason

I need to use pgTcl (and am interested in pgPython).  Thus, I have to build to create the pgTcl.dll.  For the record, I would *love* not to ever have to compile, configure and install postgresql again (especially looking at all the Tcl build errors that just popped up on my screen)!   I love the idea that postgres is part of cygwin...too bad it's incomplete for my needs.

BTW, do I need to be able to build the whole postgresql tree to use pgtcl?  (I.E., even if I had just the pgtcl.dll with the cygwin version of postgresql, I still can't register the pgTcl handler without a hook for tcl in postgres.exe, correct?). 

Cheers,

Frank



Do You Yahoo!?
Find a job, post your resume on Yahoo! Careers.

Re: why I must build vs. using the standard cygwin distribution

От
Jason Tishler
Дата:
Frank,

On Mon, Nov 12, 2001 at 05:17:43AM -0800, Francis Purcell wrote:
> From an earlier message (not in reply to me), you ask:
>
> >> BTW, why don't you use my pre-built PostgreSQL 7.1.3 that is part of
> >> the standard Cygwin distribution?  Does it not meet your needs?
> >>
> >> Thanks,
> >> Jason
>
> I need to use pgTcl (and am interested in pgPython).  Thus, I have to build to
> create the pgTcl.dll.

The above is a fair response, but...

> For the record, I would *love* not to ever have to
> compile, configure and install postgresql again (especially looking at all the
> Tcl build errors that just popped up on my screen)!  I love the idea that
> postgres is part of cygwin...too bad it's incomplete for my needs.

Bingo (in reference to the Tcl build errors)!  This is why it is not
included in the standard Cygwin distribution.  FYI, the Tcl that is
included with Cygwin is a straight Win32 version -- Cygwin Tcl does not
build OOTB.

This issue has been discussed before on pgsql-cygwin.  If you (or someone
else) is willing to do the Cygwin Tcl port and configuring PostgreSQL
--with-tcl still builds OOTB, then I will enable this feature in the
Cygwin distribution.  Sorry, but the harsh reality is that I don't have
this itch, so I won't be scratching it.

BTW, if by "pgPython" you mean PL/Python, then this builds OOTB in
PostgreSQL CVS (and 7.2 when released).  See the README for more details:

    /usr/doc/Cygwin/postgresql-7.1.3.README

Jason