Thread
-
AIX 4.1.5 is OK as of snapshot 16.2.98
Zeugswetter Andreas IZ5 <andreas.zeugswetter@telecom.at> — 1998-02-16T14:43:26Z
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