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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Darcy Buskermolen <darcy(at)wavefire(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: port report: [FAILURE] FreeBSD 6, Intel icc7
Date: 2004-12-21 18:24:38
Message-ID: 200412211924.38969.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> > So it looks like icc dosn't like -export-dynamic
>
> Looks like it doesn't like -R either. You need to determine the
> correct alternative spelling of those switches for us, and then we
> can put a conditional into Makefile.freebsd for icc.

Considering that these are all really linker options, adding -Wl, in
each case should do. Various compilers are known to let various linker
options slip by, but using -Wl is always correct.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2004-12-21 18:27:32 Re: cant execute yyparse() within postgresql
Previous Message Darcy Buskermolen 2004-12-21 18:22:08 Re: port report: [FAILURE] FreeBSD 6, Intel icc7