Re: BUG #2170: --rpath option is skipping shared libs - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2170: --rpath option is skipping shared libs
Date
Msg-id 5200.1137298067@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2170: --rpath option is skipping shared libs  ("Lee Thompson" <bm55b@yahoo.com>)
Responses Re: BUG #2170: --rpath option is skipping shared libs
Re: BUG #2170: --rpath option is skipping shared libs
List pgsql-bugs
"Lee Thompson" <bm55b@yahoo.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

pgsql-bugs by date:

Previous
From: "Lee Thompson"
Date:
Subject: BUG #2170: --rpath option is skipping shared libs
Next
From: ""
Date:
Subject: BUG #2171: Differences compiling plpgsql in ecpg and psql