dbTalk Databases Forums  

[BUGS] BUG #2325: fails to compile with undefined symbol (FP_PLUS_INF)

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #2325: fails to compile with undefined symbol (FP_PLUS_INF) in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Riccardo
 
Posts: n/a

Default [BUGS] BUG #2325: fails to compile with undefined symbol (FP_PLUS_INF) - 03-16-2006 , 09:36 AM







The following bug has been logged online:

Bug reference: 2325
Logged by: Riccardo
Email address: multix79 (AT) yahoo (DOT) com
PostgreSQL version: 8.1.3
Operating system: AIX 4.2.1
Description: fails to compile with undefined symbol (FP_PLUS_INF)
Details:

when compiling using gcc 3.4.5 I get the following error:

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


configure options where:
../configure --with-includes=/usr/local/include --with-libs=/usr/local/lib
--without-readline

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.