On Wed, Dec 15, 2010 at 17:43, Tom Lane <[email protected]> wrote: > Andrew Dunstan <[email protected]> writes: >> On 12/15/2010 11:12 AM, Tom Lane wrote: >>> 1. Is that build using src/port/getopt.c, or a library-supplied getopt? >>> What about getopt_long.c? >>> >>> 2. Is HAVE_INT_OPTRESET getting defined? Should it be? > >> I had the same thought. I did try forcing use of our getopt and >> getopt_long, without success, but didn't look at optreset. > > Do we use configure at all on a mingw build? If we don't, then > HAVE_INT_OPTRESET is surely not getting defined.
We do use configure on mingw. The output from a regular mingw configure run formed the base for the config file we use for MSVC where we can't run it, but an actual mingw build will re-run configure every time. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
