Re: Couldn't make check

From: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
To: <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: Couldn't make check
Date: 2004-05-08 10:48:45
Message-ID: 4816.24.211.141.25.1084013325.squirrel@www.dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Claudio Natoli said:
>
> Andrew Dunstan wrote:
>> But the question was not about daily use of pgsql. It was specifically
>> about running 'make check', for which we should *not* rely on existing
>> environment settings. What if we have version A installed and we want
>> to test version B? If we rely on existing PATH settings we'll pick up
>> the wrong DLLs.
>
> One further data-point. I run 'make check' under MingW just fine,
> without any changes to PATH (via pg_regress, the command line, or
> otherwise). Only changes to head are those to resolve PKGLIBDIR and
> friends, which iirc Bruce is working on.
>

Did you by any chance run configure with bindir and libdir set to the same
directory? If not, how does it know where to find the temp_install DLLs?

cheers

andrew

In response to

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Dave Page 2004-05-08 14:40:19 Re: Couldn't make check
Previous Message Claudio Natoli 2004-05-08 10:34:09 Re: Couldn't make check