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

From: Darcy Buskermolen <darcy(at)wavefire(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Date: 2004-12-16 22:07:32
Message-ID: 200412161407.32111.darcy@wavefire.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On December 16, 2004 12:37 pm, Tom Lane wrote:
> Darcy Buskermolen <darcy(at)wavefire(dot)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

Attachment Content-Type Size
icc.help.txt text/plain 12.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-12-16 22:08:35 Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Previous Message Andrew Dunstan 2004-12-16 22:05:28 Re: port report: [FAILURE] FreeBSD 6, Intel icc7