Date: Sun, 12 Apr 1998 19:29:56 +0300 (IDT) From: Eli Zaretskii To: yunzhoug AT enign DOT umich DOT edu cc: djgpp AT delorie DOT com Subject: Re: Help with RHIDE In-Reply-To: <3530dea5.8226037@news.tir.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 12 Apr 1998, S.G wrote: > change the files with .cc extensions but the problem is the gcc or gxx > would not accept this extension as a valid c++ source file if I > compile my files at the command line (not using rhide). There's something wrong with your setup, if that's what you see. gcc and gxx should accept .cc as C++ programs; they do for me. Please post any error messages you get when you use the .cc extension. One problem might be that you say .CC (upper-case) instead of .cc. > Does any one > knows how to change the default extension used in the rhide? Even if you find the way to change it, it will make you more trouble (e.g., during debugging) than it solves. Don't do that.