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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #2170: --rpath option is skipping shared libs
Дата
Msg-id 5200.1137298067@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #2170: --rpath option is skipping shared libs  ("Lee Thompson" <bm55b@yahoo.com>)
Ответы Re: BUG #2170: --rpath option is skipping shared libs  (Lee Thompson <bm55b@yahoo.com>)
Re: BUG #2170: --rpath option is skipping shared libs  (Lee Thompson <bm55b@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: "Lee Thompson"
Дата:
Сообщение: BUG #2170: --rpath option is skipping shared libs
Следующее
От: ""
Дата:
Сообщение: BUG #2171: Differences compiling plpgsql in ecpg and psql