Re: Cygwin - make check broken
Marko Kreen <marko@l-t.ee>
From: Marko Kreen <marko@l-t.ee>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrew Dunstan <andrew@dunslane.net>, pgsql-hackers@postgresql.org, Rocco Altier <RoccoA@Routescape.com>
Date: 2005-08-07T17:20:32Z
Lists: pgsql-hackers
On Sun, Aug 07, 2005 at 12:08:28PM -0400, Tom Lane wrote: > Couple thoughts here --- one, someone upthread suggested > "cyg$(NAME)$(DLSUFFIX" as the proper value for shlib. I didn't > see why at first, but now it occurs to me that it might avoid name > collisions with Windows-native builds, which use the "lib" prefix. > I'm not sure if DLLs for Cygwin and native builds would ever go > into the same directory though. Is this worth worrying about? .exe's in different directories than .dll's but all in PATH. -- marko