Date: Wed, 8 Jan 1997 09:25:55 +0200 (IST) From: Eli Zaretskii To: George Xu cc: djgpp AT delorie DOT com Subject: Re: djgpp to compile c++ program In-Reply-To: <01bbfc6e$f5bfa400$0c412299@ttt> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 7 Jan 1997, George Xu wrote: > The Djgpp compiler works for c programs, but doesn't seem to work > with c++ programs. I downloaded and installed all the files which are said > to be necessary to compile c++ programs. Please read the file readme.1st. It says that to compile C++ programs, you should use gxx instead of gcc, like so: gxx ex1.cc > The following is a gcc.log I got, if you have the compiler worked, please > help. Please always post the entire gcc.log file, not parts of it. The reason is that the clue to your problems might be in the parts that you omitted, and since you don't know what the problem is, you cannot know which parts of the log are necessary.