This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nobody
Recipients
Date 2001-04-21.01:03:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Im trying to build and install on RH 5.1
i get the following errors.

gcc -c -g -O2 -Wall -Wstrict-prototypes -I. -
I./Include -DHAVE_CONFIG_H  -o Objects/fileobject.o 
Objects/fileobject.c
Objects/fileobject.c: In function `_portable_fseek':
Objects/fileobject.c:229: warning: implicit 
declaration of function `fseeko'

gcc -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -
DHAVE_CONFIG_H   -c ./Modules/posixmodule.c -o 
Modules/posixmodule.o
./Modules/posixmodule.c:4032: sys/statvfs.h: No such 
file or directory
./Modules/posixmodule.c:4081: sys/statvfs.h: No such 
file or directory

Am i missing something?

Regards
Andrew

History
Date User Action Args
2007-08-23 13:54:00adminlinkissue417779 messages
2007-08-23 13:54:00admincreate