Re: fails to compile with undefined symbol (FP_PLUS_INF) - Mailing list pgsql-ports

From Riccardo Mottola
Subject Re: fails to compile with undefined symbol (FP_PLUS_INF)
Date
Msg-id 259a55900603210238n47c60b1bl1450c10cec3944a0@mail.gmail.com
Whole thread Raw
In response to Re: fails to compile with undefined symbol (FP_PLUS_INF)  (Seneca Cunningham <scunning@ca.afilias.info>)
Responses Re: fails to compile with undefined symbol (FP_PLUS_INF)
List pgsql-ports
Hey,

> I took a quick look at gcc 4.0.1's build scripts (what I'm running).  It
> would appear that gcc blindly replaces limits.h, float.h, iso646.h,
> stdarg.h, stdbool.h, stddef.h, varargs.h, and unwind.h.  Of these,
> limits.h is the only one that then includes the native header.  They
> aren't modified by fixincludes.  fixincludes takes a hack at the other
> headers that end up in gcc's include directory.

I failed a bug report to gcc (26768) and it got closed saying that it
is float.h is fine to be replaced since those constants FP_* are non
standard, please have a look yourself.

Cheers,
   Riccardo

pgsql-ports by date:

Previous
From: "Riccardo Mottola"
Date:
Subject: intermittent regression check problems
Next
From: Seneca Cunningham
Date:
Subject: Re: fails to compile with undefined symbol (FP_PLUS_INF)