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 andres
Recipients andres
Date 2007-10-29.18:14:48
SpamBayes Score 0.07476936
Marked as misclassified No
Message-id <1193681689.41.0.805287335304.issue1358@psf.upfronthosting.co.za>
In-reply-to
Content
Compiling python 2.5.1 on Mac OS X 10.5 (Leopard) fails with the
following message:

gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp
-mno-fused-madd -DNDEBUG -g -O3 -Wall -Wstrict-prototypes  -I.
-I./Include   -DPy_BUILD_CORE  -c ./Modules/posixmodule.c -o
Modules/posixmodule.o
./Modules/posixmodule.c: In function ‘posix_setpgrp’:
./Modules/posixmodule.c:3592: error: too few arguments to function ‘setpgrp’
make: *** [Modules/posixmodule.o] Error 1

I am also attaching the output of the configuration script.
Files
File name Uploaded
configure.txt andres, 2007-10-29.18:14:48
History
Date User Action Args
2007-10-29 18:14:49andressetspambayes_score: 0.0747694 -> 0.07476936
recipients: + andres
2007-10-29 18:14:49andressetspambayes_score: 0.0747694 -> 0.0747694
messageid: <1193681689.41.0.805287335304.issue1358@psf.upfronthosting.co.za>
2007-10-29 18:14:49andreslinkissue1358 messages
2007-10-29 18:14:49andrescreate