Date: Wed, 20 Jan 1999 09:17:12 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Wcschool4a AT aol DOT com cc: djgpp AT delorie DOT com Subject: Re: Please Help! =( In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 19 Jan 1999 Wcschool4a AT aol DOT com wrote: > Error: Id.exe: cannot open -lgcc: Invalid operation This means the linker cannot find a library called libgcc.a. Assuming you are using GCC 2.8.1 (you should always report this information), this file should be in the gcc-lib/djgpp/2.81/ subdirectory. If it isn't there, unzip it from gcc281b.zip. If the above doesn't help, use the RHIDE's bug-reporting command to create a bug report, and post here the file it produces. > I tried it with both .cpp and .cc files. It doesn't matter whether you use .cc or .cpp extension. Your problem is elsewhere.