Problem with Modules/posixmodule.o

Blair Steenerson blair at steenerson.com
Thu Jul 19 21:07:41 EDT 2001


I've tried building Python a couple of times, but have gotten the same
error both times.

configure works OK, but make stops with this message,

gcc -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H
-c ./Modules/signalmodule.c -o Modules/signalmodule.o
gcc -g -O2 -Wall -Wstrict-prototypes -I. -I./Include -DHAVE_CONFIG_H
-c ./Modules/posixmodule.c -o Modules/posixmodule.o
./Modules/posixmodule.c:4053: sys/statvfs.h: No such file or directory
./Modules/posixmodule.c:4102: sys/statvfs.h: No such file or directory
make: *** [Modules/posixmodule.o] Error 1

System is Linux 2.2.19 w/ReiserFS on x86

Anyone seen this problem before?  Any suggestions would be much
appreciated.

Thanks in advance.

Blair




More information about the Python-list mailing list