Re: port report: [FAILURE] FreeBSD 6, Intel icc7

Поиск
Список
Период
Сортировка
От Darcy Buskermolen
Тема Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Дата
Msg-id 200412161455.02664.darcy@wavefire.com
обсуждение исходный текст
Ответ на Re: port report: [FAILURE] FreeBSD 6, Intel icc7  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Список pgsql-hackers
On December 16, 2004 02:28 pm, Tom Lane wrote:
> Darcy Buskermolen <darcy@wavefire.com> writes:
> > On December 16, 2004 12:37 pm, Tom Lane wrote:
> >> I think you are in need of the local equivalent to GNU ld's -E or
> >> --export-dynamic switch, ie, make sure that all global symbols within
> >> the backend will be available to dynamically loaded libraries.
> >
> > basicly it's done via a
> > CC=icc LD=xild  ./configure .......
> >
> > and for refrence find attached the icc -help output.
>
> That's the wrong list --- what about the linker's options?

xild just gets envoked as a wrapper to gnu ld by the looks of it.

But just incase:

>
>             regards, tom lane

-- 
Darcy Buskermolen
Wavefire Technologies Corp.
ph: 250.717.0200
fx:  250.763.1759
http://www.wavefire.com

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Следующее
От: Gavin Sherry
Дата:
Сообщение: Re: LISTEN/NOTIFY improvements?