On Mon, May 19, 2008 at 08:30:46PM -0400, Tom Lane wrote:
> Bob Rossi <[EMAIL PROTECTED]> writes:
> > On Tue, May 20, 2008 at 12:01:32AM +0200, Peter Eisentraut wrote:
> >> I don't know about Windows, but on Linux -lpq should always be enough
> >> (u
On Tue, May 20, 2008 at 12:01:32AM +0200, Peter Eisentraut wrote:
> Am Montag, 19. Mai 2008 schrieb Bob Rossi:
> > Apr allows the use of the wonderful postgresql db. It has an autotools
> > test that checks to see if it can link against -lpq. However, checking
> > against ju
d that it is
inaccurate.
Could you please comment on this?
Thanks,
Bob Rossi
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
On Thu, May 15, 2008 at 11:18:18AM -0400, Bob Rossi wrote:
> Hi,
>
> 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.
>
> The problem is here,
On Thu, May 15, 2008 at 12:37:42PM -0400, Tom Lane wrote:
> Bob Rossi <[EMAIL PROTECTED]> 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/te
) $(NAME)$(DLSUFFIX)
It uses the variable $(shlib) which is only defined if the build is
configured with a shared library. Therefor, the ln -s command comes out
like 'ln -s regress.dll', and the build fails.
Bob Rossi
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make