From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Tim Dunnington" <timbert(at)timshouse(dot)com> |
Cc: | pgsql-ports(at)postgresql(dot)org |
Subject: | Re: surprise! Help needed on Win2K Postgres |
Date: | 2001-03-20 16:23:20 |
Message-ID: | 11127.985105400@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
"Tim Dunnington" <timbert(at)timshouse(dot)com> writes:
> pgtclId.o(.text+0xa98):pgtclId.c: undefined reference
> to 'Tcl_CreateFileHandler'
> pgtclId.o(.text+0xac8):pgtclId.c: undefined reference to
> `Tcl_DeleteFileHandler'
Just a WAG: is it possible you are picking up include files for a
different version of Tcl than what you are linking with? IIRC, we
have support for a couple of different generations of Tcl, and whether
we should call those two routines or not is one of the version-dependent
issues. If configure got the wrong include files then possibly this
could be the outcome.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Tim Dunnington | 2001-03-20 16:43:10 | surprise! Help needed on Win2K Postgres |
Previous Message | Tom McMillen | 2001-03-20 16:11:27 | Account for postmaster... |