Re: contrib Makefile's and OS X - Mailing list pgsql-hackers

From Tom Lane
Subject Re: contrib Makefile's and OS X
Date
Msg-id 9587.1045801012@sss.pgh.pa.us
Whole thread Raw
In response to contrib Makefile's and OS X  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> Below is the Makefile. The key problem is that I need to get a "bundle" 
> built instead of a "dynamiclib", or so I am told.

It's quite likely that the problem is in Makefile.shlib and isn't
specific to plr at all.  Ask the complainant if plperl, pltcl, or
plpython work.

If it is specific to plr, the only idea I have is that maybe you need
to say SHLIB_LINK += not SHLIB_LINK :=
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Query planner/stored procedure cost
Next
From: Hiroshi Inoue
Date:
Subject: Re: A bad behavior under autocommit off mode