From: Doug Lo Newsgroups: comp.os.msdos.djgpp Subject: DJGPP linking problem. Date: Fri, 16 Jan 1998 11:22:17 +0800 Organization: DCI HiNet Lines: 21 Message-ID: <34BED268.963462FC@ms11.hinet.net> Reply-To: jwlo AT ms11 DOT hinet DOT net NNTP-Posting-Host: h238.s10.ts32.hinet.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi, I'm a beginner for using DJGPP. I want to compile C++ programs, I downloaded bnu27b.zip, csdpmi3b.zip, djdev201.zip, gcc2721b.zip, gdb416b.zip, gpp2721b.zip, lgp271b and txi390b.zip. Then I create directory named DJGPP in D:\ and I also set set djgpp=d:\djgpp\djgpp.evn set path=d:\djgpp\bin;%path% When I compile C++ prgrams(test.cc), run 'gxx -o test.exe test.cc', then it appears an error message as below: d:/djgpp/bin\ld.exe: cannot open -lgpp: too many open files in system(ENFILE) Would anyone tell me how to solve this problem? Thanks in advance, Doug.