Re: Skimming icc warnings on mongoose - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Skimming icc warnings on mongoose
Date
Msg-id 2149.1218458988@sss.pgh.pa.us
Whole thread Raw
In response to Skimming icc warnings on mongoose  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> I happened to be skimming the compile warnings on mongoose, an icc buildfarm
> member and noticed two interesting warnings.
> ld: warning: creating a DT_TEXTREL in object.

> There are a few instances of this. I think it indicates we are either spelling
> -fpic wrong or including some .o object that was not compiled with -fpic
> (perhaps something from the ports directory?).

If it were the latter, quite a number of platforms would just fail
outright, I believe.  As for spelling -fpic wrong, that seems unlikely
too considering that icc generally tries to pretend it's gcc.
Any other theories?
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: proposal: UTF8 to_ascii function
Next
From: "Heikki Linnakangas"
Date:
Subject: Re: Proposal: PageLayout footprint