Date: Sat, 26 Oct 2002 16:18:29 +0200 From: Laurynas Biveinis X-Mailer: The Bat! (v1.61) Personal X-Priority: 3 (Normal) Message-ID: <39723724651.20021026161829@softhome.net> To: DJGPP Workers Subject: Re: GCC 3.2 building with 2.04 trouble on W2K (NTVDM crash) In-Reply-To: <75381002462.20021022170727@softhome.net> References: <10210210510 DOT AA21415 AT clio DOT rice DOT edu> <75381002462 DOT 20021022170727 AT softhome DOT net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Oct 2002 14:16:07.0162 (UTC) FILETIME=[39B4E5A0:01C27CFA] Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Here is what I get with 100 files in config.nt and all 2.04 binaries: > [...] > Applying djgpp_wchar_h to sys/djtypes.h > Cannot open script file for $SHELL: Permission denied (EACCES) > Applying io_quotes_def to sys/ioctl.h > c:/devel/djgpp/bin/find.exe: error waiting for rm: No child processes (ECHILD) > c:/devel/djgpp/bin/find.exe: c:/devel/djgpp/gnu/build.gcc/gcc/include/.. changed during execution of c:/devel/djgpp/bin/find.exe > Cleaning up unneeded directories: > fixincludes is done > [... build continues ...] > There is still something fishy going there. > Charles Sandmann wrote: >> Did you increase files in \WINNT\SYSTEM32\CONFIG.NT? > Is default of 40 too small for building GCC? Well I increased files to > 100, with the results above. >> Andrew builds on XP; but I haven't seen an NTVDM crash in a long time >> on W2K. Double check binaries for old non-fixed system() code? > There were some old binaries, most notably find. And fileutils were > compiled with 2.04, but without last patch for rm. Now I have all 2.04 > libc binaries, with the results above. >>> Cannot open script file for $SHELL: Permission denied (EACCES) > Here is what I get with 100 files in config.nt and all 2.04 binaries: > [...] > Applying djgpp_wchar_h to sys/djtypes.h > Cannot open script file for $SHELL: Permission denied (EACCES) I've tried to debug this one. The error message comes from system() in libc, however when I run it under GDB, it no longer appears. How should I proceed? Laurynas