Barry Lind <[EMAIL PROTECTED]> 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