| From: | "Jae-Woong Hwnag" <jaewh(at)email(dot)com> |
|---|---|
| To: | pgsql-ports(at)postgresql(dot)org |
| Subject: | cygwin + postgres 7.1 + tcl support |
| Date: | 2001-05-08 06:08:51 |
| Message-ID: | T3MJ6.43351$Jh5.41498340@news1.rdc1.sfba.home.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-ports |
Hi, all
Somehow, I can not compile postgres 7.1 with tcl support using cygwin.
I am getting the below error messages:
--
dlltool --export-all --output-def pgtcl.def pgtcl.o pgtclCmds.o pgtclId.o
dllwrap -o pgtcl.dll --dllname pgtcl.dll --def pgtcl.def pgtcl.o pgtclCmds.o
pgt
clId.o
../../../src/utils/dllinit.o -lcygipc -lcrypt -L../../../src/interfaces/
libpq -lpq -L/usr/lib -L/usr/local/lib -lcrypt
pgtcl.o(.text+0xf9):pgtcl.c: undefined reference to `Tcl_CreateCommand'
pgtcl.o(.text+0x113):pgtcl.c: undefined reference to `Tcl_CreateCommand'
pgtcl.o(.text+0x12d):pgtcl.c: undefined reference to `Tcl_CreateCommand'
...
I would appreciate if somebody can point how to compile postgres 7.1 with
tcl
using cygwin.
Thanks,
Jae
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Louis Bertrand | 2001-05-09 01:43:39 | HP-UX 11 + GCC + --with-CXX = pain |
| Previous Message | Pavel Negrobov | 2001-05-08 03:39:31 | Port problem PostgreSQL to WinNT/2000 |