Re: pgxs regression

From: Thomas Hallgren <thhal(at)mailblocks(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pgxs regression
Date: 2004-11-14 18:15:25
Message-ID: 4197A0BD.1050704@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Joe Conway wrote:
> I'm not sure exactly what has changed, nor at the moment how to fix it,
> but I'm finding that pgxs no longer works for PL/R or dblink. Error as
> follows:
>
> make: *** No rule to make target
> `/usr/local/pgsql-dev/lib/pgxs/src/makefiles/../../src/port/pg_config_paths.h',
> needed by `all-static-lib'. Stop.
>
> The problem is related specifically to Makefiles using MODULE_big. I
> tested a few contribs that use MODULES and they seem to work fine under
> pgxs.
>
> Joe
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
Seems you have the same issue that I have with PL/Java. I had to
explicitly change my target from:

all: all_lib

to:

all: $(shlib)

The thread "Problems with pgxs" started in hackers on 10/31 may be of
some interest.

Regards,
Thomas Hallgren

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2004-11-14 18:29:58 psql \e broken again
Previous Message Tom Lane 2004-11-14 17:58:13 Re: code question: storing INTO relation