AIX 4.1.5 is OK as of snapshot 16.2.98

From: Zeugswetter Andreas SARZ <Andreas(dot)Zeugswetter(at)telecom(dot)at>
To: "'pgsql-hackers(at)hub(dot)org'" <pgsql-hackers(at)hub(dot)org>
Subject: AIX 4.1.5 is OK as of snapshot 16.2.98
Date: 1998-02-16 14:43:26
Message-ID: 219F68D65015D011A8E000006F8590C6010A51DA@sdexcsrv1.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Maurice Gittens 1998-02-16 15:54:05 Memory leaks for large objects
Previous Message Jordan Henderson 1998-02-16 14:21:34 Re: [HACKERS] spin locks