From: | Reini Urban <rurban(at)x-ray(dot)at> |
---|---|
To: | |
Cc: | Lista dyskusyjna pgsql-cygwin <pgsql-cygwin(at)postgresql(dot)org> |
Subject: | Re: postgresql 8.0 and tsearch2 install under cygwin |
Date: | 2004-10-05 16:23:28 |
Message-ID: | 4162CA80.4040808@x-ray.at |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin pgsql-general pgsql-ports |
Marek Lewczuk schrieb:
> I've just made successful installation of PostgreSQL 8.0 on Cygwin but I
> have some problems with installing tsearch2 contrib module. This is what
> make produce:
>
> dict_ispell.o(.text+0x1ec):dict_ispell.c: undefined reference to
> `_pg_strcasecmp
Yes,
Most contrib DLL's miss -lpgport.
You may want to add this to the Makefile:
SHLIB_LINK += -lpgport
or to BE_DLLLIBS in Makefile.cygwin
From | Date | Subject | |
---|---|---|---|
Next Message | Reini Urban | 2004-10-05 17:45:50 | win32 tablespace handing |
Previous Message | Marek Lewczuk | 2004-10-05 15:22:17 | postgresql 8.0 and tsearch2 install under cygwin |
From | Date | Subject | |
---|---|---|---|
Next Message | Johann Robette | 2004-10-05 16:25:52 | Postgres 8.0 + JDBC |
Previous Message | Dennis Gearon | 2004-10-05 16:23:18 | storage representation of DATE and TIME types |
From | Date | Subject | |
---|---|---|---|
Next Message | Saul de Paula Nunes | 2004-10-05 16:58:15 | |
Previous Message | Marek Lewczuk | 2004-10-05 15:22:17 | postgresql 8.0 and tsearch2 install under cygwin |