Re: RPATH issue with libpq on Solaris 8 (gcc)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: RPATH issue with libpq on Solaris 8 (gcc)
Дата
Msg-id 12348.1194112828@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RPATH issue with libpq on Solaris 8 (gcc)  (Jason Testart <jatestart@cs.uwaterloo.ca>)
Список pgsql-admin
Jason Testart <jatestart@cs.uwaterloo.ca> writes:
> I'm building postgres-8.2.5 on Solaris 8 SPARC, using a gcc built (not
> by me) for our environment.  We have an old home-grown software
> distribution/configuration management system that arranges
> shared-objects and binaries are in non-standard places.  So to find
> them, I use -L and -R in $(CFLAGS) and $(LFLAGS) to make sure
> dependencies (like krb5/ssl libraries) are found.

Try adjusting 'rpathdir' in src/Makefile.global (post-configure), instead.

            regards, tom lane

В списке pgsql-admin по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Problems with missing OIDs
Следующее
От: Tom Lane
Дата:
Сообщение: Re: RPATH issue with libpq on Solaris 8 (gcc)