Assorted fixes for Cygwin:

Peter Eisentraut <peter_e@gmx.net>

Commit: 337da0678ab3b0fe7e339cd35c6c50ad5441a534
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2002-09-05T18:28:46Z
Releases: 7.3.1
Assorted fixes for Cygwin:

Eliminate the mysterious games that the Cygwin build plays with the linker
flag variables.  DLLLIBS is gone, use SHLIB_LINK like everyone else.
Detect cygipc in configure, after the linker flags are set up, otherwise
configure might not work at all.

Make sure everything is covered by make clean.

Fix the build of the new conversion procedure modules.

Add new DLLIMPORT markers where required.

Finally, the compiler complains if we use an explicit
-I/usr/local/include, so don't do that.  Curiously, -L/usr/local/lib is
still necessary.

Files

PathChange+/−
configure.in modified +3 −1
contrib/contrib-global.mk modified +3 −3
contrib/rserv/Makefile modified +1 −1
src/backend/Makefile modified +10 −17
src/backend/utils/mb/conversion_procs/proc.mk modified +1 −2
src/include/miscadmin.h modified +3 −3
src/Makefile modified +3 −1
src/Makefile.shlib modified +3 −3
src/makefiles/Makefile.win modified +10 −15
src/pl/plpgsql/src/Makefile modified +2 −2
src/pl/plpython/Makefile modified +2 −3
src/template/win modified +0 −2
src/test/regress/GNUmakefile modified +2 −2
src/tutorial/Makefile modified +2 −2