Re: mingw compile error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bob Rossi <bob_rossi(at)cox(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: mingw compile error
Date: 2008-05-15 16:37:42
Message-ID: 6499.1210869462@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2008-05-15 16:41:06 Re: [BUGS] problem in installing pgsql-8.3.1
Previous Message Tom Lane 2008-05-15 16:34:11 Re: BUG #4173: Illogical error message with aggregates + order by