Date: Sun, 2 Feb 1997 10:00:03 +0200 (IST) From: Eli Zaretskii To: "Anne Compton, David/Andrew Gasson" cc: djgpp AT delorie DOT com Subject: Re: What is happening ????? In-Reply-To: <01bc10c4$155d4600$30520cce@Pbrainstorm.lightspeed.bc.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 2 Feb 1997, Anne Compton, David/Andrew Gasson wrote: > around it (but it probably isn't the only way or the best way :-) ) First, > create an object file by doing something like > gcc -c a1.cc > then change the object file into an exe by typing > gxx -o a1.exe a1.o > Probably, there is a way to do this in one step--perhaps somebody else > knows? Sure. This is how: gxx -o a1.exe a1.cc This is all explained in the `readme.1st' file available from the v2 directory where you got DJGPP.