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