Re: Making rpath a bit more flexible

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Making rpath a bit more flexible
Date: 2004-10-12 13:42:59
Message-ID: 1581.1097588579@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>> What I would like to do about this is change the platform-specific
>> makefiles to provide these macros in the form
>> rpath = -Wl,-rpath,$(rpathdir)

> I have no problem with that. But are there going to be cases where we
> need to point to more than one library path?

Wouldn't it work to define rpathdir as "/foo:/bar:/baz" ?

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2004-10-12 13:43:10 Re: Making rpath a bit more flexible
Previous Message Greg Stark 2004-10-12 12:01:16 Re: open item: tablespace handing in pg_dump/pg_restore