Date: Sun, 28 Feb 1999 14:20:25 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Kirill cc: djgpp AT delorie DOT com Subject: Re: Rhide In-Reply-To: <7b4ku8$fns$1@ns.mtu.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Fri, 26 Feb 1999, Kirill wrote: > gcc -Xlinker -s -o a.exe source1.o source2.o source3.o source4.o > [...skip...] source20.o -lalleg -lstdcx > > then reports: " Error: d:/djgpp/bin\ld.exe: cannot open -lalle: No such file > or directory". You have some mix-up of executables from different DJGPP versions. See section 16.6 of the DJGPP FAQ list (v2/faq211b.zip from the same place you get DJGPP) for more on this.