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