Re: patch to have configure check if CC is intel C compiler

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Cc: Jeremy Drake <pgsql-patches(at)jdrake(dot)com>
Subject: Re: patch to have configure check if CC is intel C compiler
Date: 2006-04-01 22:49:21
Message-ID: 200604020049.22724.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Jeremy Drake wrote:
> The intel C compiler for linux emulates gcc
> by default, which means it defines that and looks very much like gcc
> to configure. However, it does not get along with the added -W flags
> very well. They don't seem to kill it, but some of them give
> warnings about unsupported command line options and others produce
> insane amounts of output from the compiler.

Details please. Which options are unsupported and what happens if you
use them?

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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message David Wheeler 2006-04-01 23:37:44 Re: Suggestion: Which Binary?
Previous Message Jeremy Drake 2006-04-01 18:20:58 patch to have configure check if CC is intel C compiler