Date: Mon, 13 May 1996 08:33:18 +0200 (IST) From: Eli Zaretskii To: Jerry Wen Cc: djgpp AT delorie DOT com Subject: Re: Compiling .cpp files with DJGPP GXX In-Reply-To: <31963d26.984061@news.service.uci.edu> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Sun, 12 May 1996, Jerry Wen wrote: > first-hand. The readme.1st doc only described how to compile C++ > object codes, and then compile object codes into executables, but I > have now clue as to what object code is. No, `readme.1st' mentions object *files*, not object *codes*. I can't believe that a person with programming experience doesn't know what object file is. It's those .obj files that the VC++ compiler produces when it compiles the C++ source files. In DJGPP they are called *.o instead of *.obj, but the principle is the same. And please remember that `readme.1st' is just a starter, you are supposed to read the docs of the compiler to learn more about its operation and optional switches.