AIX 4.1.5 is OK as of snapshot 16.2.98 - Mailing list pgsql-hackers

From Zeugswetter Andreas SARZ
Subject AIX 4.1.5 is OK as of snapshot 16.2.98
Date
Msg-id 219F68D65015D011A8E000006F8590C6010A51DA@sdexcsrv1.sd.spardat.at
Whole thread Raw
List pgsql-hackers
Just compiled and checked the latest snapshot on AIX 4.1.5 using aix_41
template.
All ok ! except:
    rounding errors
    Result too large    instead of    Math result not representable
    > ERROR:  exp() result is out of range           in float8,
this is correct (error on reference platform)
    <      |Sat May 10 23:59:12 1947 PST
    ---
    >      |Sun May 11 00:59:12 1947 PDT        in all time related
stuff PDT instead of PST

so can be stated as supported platform.

My gcc 2.8 stuff also works on 4.1.5, all except dynamic loading (probably
only a problem with my system
header files)

AIX 4.2 and up will prbly want a new template since it supports libdl.a. I
think this will be an easy port,
maybe even generic will work.
shared libs will need:
    ld -G -bexpall -bnoentry refint.o -o refint.so -lc -lm

Andreas

pgsql-hackers by date:

Previous
From: "Kent S. Gordon"
Date:
Subject: Re: DB logging (was: Problem with the numbers I reported yesterday)
Next
From: "Vadim B. Mikheev"
Date:
Subject: Subselects open issue Nr. NEW