Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Darcy Buskermolen <darcy@wavefire.com>
Cc: pgsql-hackers@postgresql.org
Date: 2004-12-16T22:28:48Z
Lists: pgsql-hackers
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? regards, tom lane