[Python-Dev] configure problems porting to Tru64
Guido van Rossum
guido@python.org
Thu, 18 Jul 2002 15:21:59 -0400
> (I'll also note that configure.in has a rather complex test for this,
> when it appears that autoconf has a builtin AC_FUNC_SETPGRP. Anyone
> know why we don't use this?)
I'll bet AC_FUNC_SETPGRP didn't exist in the autoconf version we were
using when we wrote that test. Feel free to fix it.
BTW, the snake farm build for AIX-2-000000042E00-hal now fails like this:
../python/dist/src/Modules/posixmodule.c: In function `posix_fdatasync':
../python/dist/src/Modules/posixmodule.c:902: `fdatasync' undeclared (first use this function)
../python/dist/src/Modules/posixmodule.c:902: (Each undeclared identifier is reported only once
../python/dist/src/Modules/posixmodule.c:902: for each function it appears in.)
--Guido van Rossum (home page: http://www.python.org/~guido/)