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 20:37:21
Message-ID: 974.1103229441@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:
> As per
> http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=herring&dt=2004-12-16%2018: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.

BTW, how did you get configure to choose icc? If you used a CC
environment variable, it seems like the buildfarm output is missing
important information by not reporting it.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-12-16 21:17:27 Re: Port report: Fedora Core 3 x86_64
Previous Message Darcy Buskermolen 2004-12-16 20:16:42 port report: [FAILURE] FreeBSD 6, Intel icc7