Re: port report: [FAILURE] FreeBSD 6, Intel icc7 - Mailing list pgsql-hackers

From Darcy Buskermolen
Subject Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Date
Msg-id 200412161407.32111.darcy@wavefire.com
Whole thread Raw
In response to Re: port report: [FAILURE] FreeBSD 6, Intel icc7  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: port report: [FAILURE] FreeBSD 6, Intel icc7
List pgsql-hackers
On December 16, 2004 12:37 pm, Tom Lane wrote:
> Darcy Buskermolen <darcy@wavefire.com> writes:
> > As per
> > http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=herring&dt=2004-12-16%2
> >018:46:18 This combination of OS/compiler does not result in a working
> > copy.
>
> The failure is
>     ascii_and_mic.so: Undefined symbol "pg_mic2ascii"
>
> 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.
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend

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

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Next
From: Tom Lane
Date:
Subject: Re: port report: [FAILURE] FreeBSD 6, Intel icc7