Re: mingw compile error

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

On Thu, May 15, 2008 at 12:37:42PM -0400, Tom Lane wrote:
> 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...

Umm, I don't know what you are talking about.

After disabling the building of that directory, everything appeard to
work just fine. Do you think I'll have runtime errors because of the
--disable-shared option?

Bob Rossi

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message shohorab hossain 2008-05-16 01:14:38 Re: BUG #4169: Problem in installing
Previous Message Faux 2008-05-15 16:55:33 Re: BUG #4173: Illogical error message with aggregates + order by