Date: Wed, 14 Jul 1999 10:27:48 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: ifchao cc: djgpp AT delorie DOT com Subject: Re: A problem when executing gcc ? In-Reply-To: <378C2AA2.198A9E17@faraday.com.tw> 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 Wed, 14 Jul 1999, ifchao wrote: > gcc -c test.c > > ** result ** > cc1.exe: Invalid option `align-jumps=2` > cc1.exe: Invalid option `align-loops=2` > cc1.exe: Invalid option `align-functions=2` If you didn't type those align options on the GCC command line, you need to find out where did they come from. Perhaps you have edited your lib/specs file, or some package you installed overwrote it? If you cannot figure this out, add -v to the compilation command line, and post here everything that is printed by the compiler (you should probably redirect stderr to a file using REDIR utility, since the compiler is very verbose under -v).