Re: mingw compile error

From: Bob Rossi <bob_rossi(at)cox(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: mingw compile error
Date: 2008-05-18 01:02:35
Message-ID: 20080518010235.GN6437@brasko.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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,
> $(NAME)$(DLSUFFIX): $(shlib)
> rm -f $(NAME)$(DLSUFFIX)
> $(LN_S) $(shlib) $(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.

Ping. Anyone care?

Bob Rossi

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2008-05-18 05:39:48 Re: mingw compile error
Previous Message bishop 2008-05-17 22:24:22 BUG #4180: PANIC while PQExec on Client with differen locale from database