Message-ID: <003b01c21afe$e455d180$670707d5@DECKERBY6LQ20N> From: "deckerben" To: References: <3d15c022$0$26988$9b622d9e AT news DOT freenet DOT de> <7458-Sun23Jun2002184610+0300-eliz AT is DOT elta DOT co DOT il> Subject: Re: Fork Date: Sun, 23 Jun 2002 23:41:53 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Reply-To: djgpp AT delorie DOT com > Indeed. The configure script should test whether fork wiorks, not > just whether it exists in the library. I think the problem is that if fork is found, and a posix environment is detected, the configure scripts assumes that the fork is real. As time goes on, I will try to add more DOS flavoring to the code where needed (like here). > Try adding this line to your config.site file, and then rerun the > configure script and rebuild the program: > > ac_cv_func_fork=no It didn't seem to make a difference. It appears that the conditional statements in the code require fork if POSIX is discovered. I will try compensating for the error in the Python library scripts. Ben