From: "deckerben" Newsgroups: comp.os.msdos.djgpp Subject: Fork Date: Sun, 23 Jun 2002 14:35:05 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Lines: 12 Message-ID: <3d15c022$0$26988$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.6.64.170 X-Trace: 1024835618 news.freenet.de 26988 213.6.64.170 X-Complaints-To: abuse AT freenet DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Are there any fork() libraries for DJGPP that I could try? Every time I build an app that calls for fork(), I run out of memory. I read a FAQ that said that fork() is not implemented in DJGPP. So it could be that .configure think that there is fork, but there really isn't. This could also be the cause that Python is running out of memory when it is trying to start GCC from inside a setup.py script. Just a hunch. Ben