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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Darcy Buskermolen <darcy(at)wavefire(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Date: 2004-12-16 22:28:48
Message-ID: 2026.1103236128@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Darcy Buskermolen <darcy(at)wavefire(dot)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?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Darcy Buskermolen 2004-12-16 22:55:02 Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Previous Message Aaron Hillegass 2004-12-16 22:22:48 LISTEN/NOTIFY improvements?