Error compiling on AIX 3.2.5

Brian Salter-Duke b_duke at lacebark.ntu.edu.au
Fri Aug 3 23:21:02 EDT 2001


I am trying to update Python from 1.5 to 2.1.1 on a very old AIX box
that runs AIX 3.2.5. Ues, I know I should put it out in the back paddock
to spend the rest of its days, but I rather like it and it handles a lot
of stuff for me.

The compile ends with:-

cc -O -I. -I./Include -DHAVE_CONFIG_H   -c ./Modules/posixmodule.c -o Modules/posixmodule.o
"./Include/longobject.h", line 38.44: 1506-114 (W) Duplicate length adjective long ignored.
"./Include/longobject.h", line 39.61: 1506-114 (W) Duplicate length adjective long ignored.
"./Include/longobject.h", line 40.13: 1506-114 (W) Duplicate length adjective long ignored.
"./Include/longobject.h", line 41.22: 1506-114 (W) Duplicate length adjective long ignored.
"./Modules/posixmodule.c", line 516.50: 1506-114 (W) Duplicate length adjective long ignored.
"./Modules/posixmodule.c", line 716.42: 1506-045 (S) Undeclared identifier fsync.
make: *** [Modules/posixmodule.o] Error 1

I get the longobject.h warnings with several routines.

Can any one suggest what the problem is? And how to get aound it?

Cheers, Brian.
-- 
Brian Salter-Duke          Humpty Doo, Nr Darwin, Australia




More information about the Python-list mailing list