Re: Problems building 7.1beta3 on WinNT under cygwin - Mailing list pgsql-general

From Tom Lane
Subject Re: Problems building 7.1beta3 on WinNT under cygwin
Date
Msg-id 7072.979880102@sss.pgh.pa.us
Whole thread Raw
In response to Problems building 7.1beta3 on WinNT under cygwin  (Barry Lind <barry@xythos.com>)
List pgsql-general
Barry Lind <barry@xythos.com> writes:
> dllwrap -o plpgsql.dll --dllname plpgsql.dll --def
> plpgsql.def pl_parse.o pl_handler.o pl_comp.o pl_exec.o pl_funcs.o
> ../../../../src/utils/dllinit.o  -L/usr/local/lib -L/usr/local/lib
> -L../../../../src/backend
> -lpostgres -lcygipc -lcygwin -lcrypt -lkernel32
> pl_exec.o(.text+0x3465):pl_exec.c: undefined reference to
> `TransactionCommandContext'

I think that's been resolved since beta3.  Try the nightly snapshot.

Also read the recent mail list traffic concerning the NT port ...
mostly in pgsql-ports, IIRC, but check -patches and -hackers too.

            regards, tom lane

pgsql-general by date:

Previous
From: "Brett W. McCoy"
Date:
Subject: Re: Why does the JDBC driver not support prepareCall?
Next
From: Bruce Momjian
Date:
Subject: Re: child table doesn't inherit PRIMARY KEY?