AIX 4.1.5 is OK as of snapshot 16.2.98

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SARZ
Тема AIX 4.1.5 is OK as of snapshot 16.2.98
Дата
Msg-id 219F68D65015D011A8E000006F8590C6010A51DA@sdexcsrv1.sd.spardat.at
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Kent S. Gordon"
Дата:
Сообщение: Re: DB logging (was: Problem with the numbers I reported yesterday)
Следующее
От: "Vadim B. Mikheev"
Дата:
Сообщение: Subselects open issue Nr. NEW