Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: fails to compile with undefined symbol (FP_PLUS_INF)



"Riccardo Mottola" <multix(at)gmail(dot)com> writes:
> our faithful grep tool says:
> bash-2.01$ grep FP_PLUS_INF *
> float.h:#define FP_PLUS_INF       4
> bash-2.01$ grep FP_MINUS_INF *
> float.h:#define FP_MINUS_INF      5

These must be within #if's that prevent them from being seen ...
you'll need to figure out what exactly.  On HPUX we use
	CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"
to gain access to some symbols we need, and I'll bet something
similar is needed on AIX.

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group