Re: psql /usr/lib/libgcc dependency in pg 8.3

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: psql /usr/lib/libgcc dependency in pg 8.3
Дата
Msg-id 20080327075027.GB5519@svana.org
обсуждение исходный текст
Ответ на psql /usr/lib/libgcc dependency in pg 8.3  (John DeSoi <desoi@pgedit.com>)
Список pgsql-general
On Wed, Mar 26, 2008 at 07:58:25PM -0400, John DeSoi wrote:
> I notice that when I build 8.3.1 psql on OS X (10.5.2) there is now a
> library dependency on /usr/lib/libgcc_s.1.dylib.

It appears to be a support library for gcc for certain routines that
are architecture specific or language specific like stack unwinding,
etc. Apparently if gcc is compiled to know that the runtime can do it
(ie, you're using glibc) then gcc can be configured without it.

There is apparently a -static-libgcc option if you dont want to use the
shared version.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Please line up in a tree and maintain the heap invariant while
> boarding. Thank you for flying nlogn airlines.

Вложения

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: casting from integer to boolean
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Survey: renaming/removing script binaries (createdb, createuser...)