Re: fails to compile with undefined symbol (FP_PLUS_INF)

Поиск
Список
Период
Сортировка
От Seneca Cunningham
Тема Re: fails to compile with undefined symbol (FP_PLUS_INF)
Дата
Msg-id 44198CBB.9070608@ca.afilias.info
обсуждение исходный текст
Ответ на fails to compile with undefined symbol (FP_PLUS_INF)  ("Riccardo Mottola" <multix@gmail.com>)
Ответы Re: fails to compile with undefined symbol (FP_PLUS_INF)  ("Riccardo Mottola" <multix@gmail.com>)
Список pgsql-ports
Riccardo Mottola wrote:
> gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
> -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
> -I../../src/port -DFRONTEND -I../../src/include -I/usr/local/include
> -c isinf.c -o isinf.o
> isinf.c: In function `isinf':
> isinf.c:69: error: `FP_PLUS_INF' undeclared (first use in this function)
> isinf.c:69: error: (Each undeclared identifier is reported only once
> isinf.c:69: error: for each function it appears in.)
> isinf.c:71: error: `FP_MINUS_INF' undeclared (first use in this function)
> make[2]: *** [isinf.o] Error 1

Are FP_PLUS_INF and FP_MINUS_INF defined in float.h or math.h?  The
oldest docs that I found were for AIX 4.3 and what I could gather from
them is that the code should compile.

--
Seneca Cunningham
scunning@ca.afilias.info

В списке pgsql-ports по дате отправления:

Предыдущее
От: "Riccardo Mottola"
Дата:
Сообщение: fails to compile with undefined symbol (FP_PLUS_INF)
Следующее
От: "Riccardo Mottola"
Дата:
Сообщение: Re: fails to compile with undefined symbol (FP_PLUS_INF)