[issue3876] multiprocessing does not compile on *BSD and potentialy other systems

2008-10-06 Thread Jesse Noller
Changes by Jesse Noller <[EMAIL PROTECTED]>: -- assignee: -> jnoller nosy: +jnoller priority: -> normal ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3876] multiprocessing does not compile on *BSD and potentialy other systems

2008-09-15 Thread Henry Precheur
New submission from Henry Precheur <[EMAIL PROTECTED]>: Compiling `multiprocessing` on OpenBSD fails. `iovec` is not declared. Adding the following line to multiprocessing.c solves the problem: #include But right after I got: ./python:build/lib.openbsd-4.4-amd64-2.6/_multiprocessing.so: undefi