Re: postgresql 8.0 and tsearch2 install under cygwin

Reini Urban <[email protected]>
Newsgroups gmane.comp.db.postgresql.cygwin
Message-ID <[email protected]>
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

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [email protected] so that your
      message can get through to the mailing list cleanly
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.