Jason Tishler writes:
> > Okay, so we could change the regression test driver to set a PATH that
> > includes libdir. No problem there.
>
> See attached patch for the above.
Installed.
Another issue you might be interested in is that of Unix domain sockets.
I understand that they now exist in Cygwin, so you might want to refine
this snippet in src/include/config.h[.in]:
/*
* Define this if your operating system supports AF_UNIX family sockets.
*/
#if !defined(__CYGWIN__) && !defined(__QNX__) && !defined(__BEOS__)
# define HAVE_UNIX_SOCKETS 1
#endif
And take a look at doc/FAQ_MSWIN, if you like, to see if it's up to date.
Many thanks.
--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/