Re: patch to have configure check if CC is intel C compiler - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: patch to have configure check if CC is intel C compiler
Date
Msg-id 200604020049.22724.peter_e@gmx.net
Whole thread Raw
In response to patch to have configure check if CC is intel C compiler  (Jeremy Drake <pgsql-patches@jdrake.com>)
Responses Re: patch to have configure check if CC is intel C compiler  (Jeremy Drake <pgsql-patches@jdrake.com>)
List 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/

pgsql-patches by date:

Previous
From: Jeremy Drake
Date:
Subject: patch to have configure check if CC is intel C compiler
Next
From: Jeremy Drake
Date:
Subject: Re: patch to have configure check if CC is intel C compiler