Re: BUG #2170: --rpath option is skipping shared libs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Lee Thompson" <bm55b(at)yahoo(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2170: --rpath option is skipping shared libs
Date: 2006-01-15 04:07:47
Message-ID: 5200.1137298067@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Lee Thompson" <bm55b(at)yahoo(dot)com> writes:
> + if test "$enable_rpath" = yes ; then
> + LIBDIRS="$LIBDIRS -Wl,-R$dir"
> + fi

What is this supposed to accomplish? (Other than probably breaking
every non-gcc toolchain on the planet...)

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Lee Thompson 2006-01-15 06:57:17 Re: BUG #2170: --rpath option is skipping shared libs
Previous Message andrew5 2006-01-14 22:54:17 BUG #2171: Differences compiling plpgsql in ecpg and psql