From: "Gisle Vanem" Newsgroups: comp.lang.perl.misc,comp.os.msdos.djgpp Subject: Perl 5.6 and djgpp Lines: 18 Organization: Nera Satcom ASA X-Newsreader: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Message-ID: Date: Thu, 30 Mar 2000 10:42:54 GMT NNTP-Posting-Host: 195.204.181.130 X-Complaints-To: abuse AT telia DOT no X-Trace: news.telia.no 954412974 195.204.181.130 (Thu, 30 Mar 2000 12:42:54 CEST) NNTP-Posting-Date: Thu, 30 Mar 2000 12:42:54 CEST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm trying to compile Perl 5.6 using djgpp 2.03. I ran the configure script okay, but problems is with the Makefile. It stops after 11 or 12 levels of invoking a new make. Each new level consumes around 40kByte. E.g. running GNU make 3.77 under WinNT 4 (SP3) gives me this: make.exe[11]: Leaving directory `c:/temp/perl.560' for x in lib/auto/DynaLoader/DynaLoader.a lib/auto/attrs/attrs.a lib/auto/B/B.a sh ext/util/make_ext clean $x MAKE=e:/djgpp/bin/make.exe ; \ done Making (clean) Load error: no DOS memory Is there an easy way around this? Gisle V.