Date: Thu, 11 Feb 1999 16:18:18 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Mark Roper cc: djgpp AT delorie DOT com Subject: Re: Newbie : Can't compile anything! In-Reply-To: <01be55bb$e83b5380$06a09384@markr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Thu, 11 Feb 1999, Mark Roper wrote: > overwrite /bin/cxxfilt.exe dated : 31.12.97 size : 55,808 bytes > with /bin/cxxfilt.exe dated : 06.06.98 size : 65,024bytes These are almost identical versions of the same program which come with both of these packages. It is not important which of them do you keep (cxxfilt is almost unused by most people, anyway). > overwrite /bin/gxx.exe dated : 13.12.98 size : 70,144bytes > with /bin/gxx.exe dated : 22.10.98 size : 132,096bytes These are two different programs which unfortunately go by the same name. Their purpose, however, is the same, so again, you can only keep one of them. In your case, I suggest to keep the one which came with gpp281b.zip. These problems have nothing to do with your *real* problem (the one with `cpp'). > installation problem, cannot exec 'cpp': No such file or directory (ENOENT) Please read the file README.DJGPP which comes with gcc281b.zip, and check whether you installed the package as it says. If nothing helps, add -v to the compilation command line and post here everything that's printed by the compiler.