Re: Problem with dblink regression test

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Jim C(dot) Nasby" <decibel(at)decibel(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Problem with dblink regression test
Date: 2005-06-28 18:28:11
Message-ID: 42C196BB.4090503@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Jim C. Nasby wrote:

>All the logs for the most recent run against HEAD are now at
>http://stats.distributed.net/~buildfarm/
>
>
>
>

A quick look shows that when you use --with-libraries=/foo/bar the
generated link line for libraries says

-L/foo/bar -lpq

and it should probably be the other way around (as it is for the
executables).

So I suspect we need some makefile tuning.

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2005-06-28 18:38:14 Re: Role syntax (or, SQL99 versus sanity)
Previous Message Martín Marqués 2005-06-28 18:22:25 Re: ENUM like data type

Browse pgsql-patches by date

  From Date Subject
Next Message Stephen Frost 2005-06-28 18:45:06 Re: [PATCHES] Users/Groups -> Roles
Previous Message Tom Lane 2005-06-28 17:54:17 Re: [PATCHES] Users/Groups -> Roles