X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 10 Feb 2004 20:57:37 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <9003-Tue10Feb2004205737+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Hans-Bernhard Broeker on 10 Feb 2004 17:28:32 GMT) Subject: Re: DJGPP installation problem References: <57f9178c DOT 0402040848 DOT 1c5ed8b AT posting DOT google DOT com> <200402042005 DOT i14K52qB009740 AT envy DOT delorie DOT com> <57f9178c DOT 0402050233 DOT 1224345d AT posting DOT google DOT com> <2914-Thu05Feb2004211024+0200-eliz AT elta DOT co DOT il> <40229F64 DOT 3010605 AT employees DOT org> <2914-Sat07Feb2004163950+0200-eliz AT elta DOT co DOT il> <1076329461 DOT 918977 AT sj-nntpcache-3> <1076433069 DOT 601527 AT sj-nntpcache-5> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Hans-Bernhard Broeker > Newsgroups: comp.os.msdos.djgpp > Date: 10 Feb 2004 17:28:32 GMT > > > D:\djgpp>gcc -Xlinker -t -Xlinker --verbose a.c > > d:/djgpp/bin/ld.exe: cannot find -lgcc > [...] > > attempt to open d:/djgpp/lib/gcc-lib/djgpp/3.32/libgcc.a succeeded > > (d:/djgpp/lib/gcc-lib/djgpp/3.32/libgcc.a)unwind-dw2-fde.o > > attempt to open d:/djgpp/lib/libc.a succeeded > [...] > > attempt to open d:/djgpp/lib/libgcc.a failed > > attempt to open d:/djgpp/lib/gcc-lib/djgpp/3.32/libgcc.a failed > > collect2: ld returned 1 exit status > > I.e. opening that file succeeded the first time, but failed the second > time. Between those, essentially nothing happened other than libc.a > was opened and read. > > Do check your FILES= in config.sys (or equivalent DOS box *.PIF > configuration item), if you're running this outside real DOS or > Win9x). I agree: it certainly sounds like a problem with the number of available file handles.