Re: Problems building 7.1beta3 on WinNT under cygwin

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Barry Lind <barry(at)xythos(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problems building 7.1beta3 on WinNT under cygwin
Date: 2001-01-19 04:55:02
Message-ID: 7072.979880102@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Barry Lind <barry(at)xythos(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-01-19 04:57:07 Re: child table doesn't inherit PRIMARY KEY?
Previous Message Brett W. McCoy 2001-01-19 04:54:58 Re: Why does the JDBC driver not support prepareCall?