Bob Rossi <bob_rossi(at)cox(dot)net> writes:
> I noticed that if I build postgresql-8.3.1 on mingw with
> --disable-shared --without-zlib, I get a compiler error when it goes to
> build the regress test in src/test/regress.
That's the least of your problems --- the regression tests wouldn't work
anyway, since they depend on four or five different shared libraries
such as plpgsql.
I'm not sure why we still pretend to support --disable-shared at all...
regards, tom lane