This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: compiling postgres on AIX


David,

> 
> 	This is not a GCC problem.  AIX 5.2 and above provide _isnan and
> _isnanf:
> 
> $ oslevel
> 5.3.0.0
> $ nm -BCpg /usr/lib/libm.a | grep isnan
> /usr/lib/libm.a[isnan.o]:
>          0 T ._isnan
> /usr/lib/libm.a[_isnanf.o]:
>          0 T ._isnanf
> 
> Are you sure that the libm fileset is fully installed?

 No it is not.

Thanks a lot!

Winfried



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]