On Tue, Apr 29, 2003 at 04:23:37PM -0400, Jason Tishler wrote:
> Why? Because Cygwin is Windows after all... :,)
>
> DLLs, unlike shared libraries under Unix, need all symbols resolved at
> link as opposed to load time. AFAICT, this is why constructs like
> BE_DLLLIBS are part of PostgreSQL's makefiles.
That's not true at all. You can just as well dynamicly load
dll's in windows. Maybe it's just that cygwin doesn't do it.
Kurt