Date: Mon, 24 Jul 1995 07:59:38 +0300 (IDT) From: Eli Zaretskii To: Gisle Vanem Cc: djgpp AT sun DOT soe DOT clarkson DOT edu, Giva AT bbb DOT no Subject: Re: CRT0.O not found !? On 23 Jul 1995, Gisle Vanem wrote: > > e:\gnu\djgpp\bin/ld.exe: cannot open crt0.o: No such file or directory.. > [..] > > And some sections from DJGPP.ENV: > LIBRARY_PATH=%DJDIR/LIB > STANDARD_STARTFILE_PREFIX=%DJDIR/LIB This should be %DJDIR%/lib in both cases. Also check that you have a sufficient setting of FILES= in your CONFIG.SYS (should be at least 30) and that, if your e: drive is a networked drive, you have a permission to open a sufficient number of files on that drive by whatever network software you run.