Re: mingw compile error - Mailing list pgsql-bugs

From Tom Lane
Subject Re: mingw compile error
Date
Msg-id 6499.1210869462@sss.pgh.pa.us
Whole thread Raw
In response to mingw compile error  (Bob Rossi <bob_rossi@cox.net>)
Responses Re: mingw compile error  (Bob Rossi <bob_rossi@cox.net>)
List pgsql-bugs
Bob Rossi <bob_rossi@cox.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #4173: Illogical error message with aggregates + order by
Next
From: John R Pierce
Date:
Subject: Re: [ADMIN] problem in installing pgsql-8.3.1