Date: Wed, 14 Aug 1996 07:38:17 +0800 (GMT) From: Orlando Andico To: Chen Liu cc: djgpp AT delorie DOT com Subject: Re: gxx compiling problem In-Reply-To: <4uq5mc$j5q@news.doit.wisc.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 13 Aug 1996, Chen Liu wrote: > when I typed: gxx -O average.exe average.C -lgpp -lgpl -lm > it shows: average.exe can't be found > but if I type: gxx average.o -lgpp -lgpl -lm > it create the executable file a.exe as well as a.out which is what I wanted. use -o -O is for optimization