Date: Tue, 30 Nov 1999 09:12:05 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: grimm cc: djgpp AT delorie DOT com Subject: Re: ERROR: Cannot Specify -o with -c or -S with Multiple Compilations In-Reply-To: <3843432A.DEBBCAD3@total.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 29 Nov 1999, grimm wrote: > ERROR: Cannot Specify -o with -c or -S with Multiple Compilations > > I visited the archived news on the site and found > tons of people who posted about the problem, but I didn't > find any solutions, only a good deal of people experiencing > it first hand. The message is self-explanatory: use either -c or -o, but not both. The meaning of each is explained in the compiler docs (from the command line, type "info gcc invoking overall" and read there). The file README.1ST in the distribution gives some examples of correct compilation command lines. If you cannot figure this out, post the exact command line you used to invoke the compiler.