Thanks to visit codestin.com
Credit goes to postgrespro.com

Shared library search paths - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Shared library search paths
Date
Msg-id [email protected]
Whole thread Raw
Responses Re: Shared library search paths
List pgsql-hackers
Some platforms (OSF/cc, HPUX) are already using -rpath or equivalent, so
you don't have to specify a shared library search path at runtime. I think
that a lot more platforms could use this. Can people comment on whether
and how it works on their platform? Essentially,

LDFLAGS+=-rpath '$(libdir)'

might do the trick for most.


--
Peter Eisentraut                  Sernanders väg 10:115
[email protected]                   75262 Uppsala
http://yi.org/peter-e/            Sweden


pgsql-hackers by date:

Previous
From: [email protected] (Jan Wieck)
Date:
Subject: Re: Untrusted PL/Tcl?
Next
From: Peter Eisentraut
Date:
Subject: Re: Warnings triggered by recent includefile cleanups