Re: [HACKERS] PGXS ignores SHLIB_LINK when linking modules

2012-03-08 Thread Peter Eisentraut
On ons, 2012-03-07 at 21:39 +0200, Marti Raudsepp wrote: > Is there any reason that pgxs ignores SHLIB_LINK when building > MODULES? No, it's just never been needed. -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql

[HACKERS] PGXS ignores SHLIB_LINK when linking modules

2012-03-07 Thread Marti Raudsepp
Hi, I'm trying to write my first PostgreSQL C extension. I used the pgxn-utils skeleton as a base and specified some external libraries in SHLIB_LINK. However, this variable was ignored when linking the library (using pgxs from current git master). After spending quite a bit of time trying to und