Date: Mon, 30 Nov 1998 18:58:12 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Paul Van Bellinghen cc: djgpp AT delorie DOT com Subject: Re: unrecognized option '-i386' In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 30 Nov 1998, Paul Van Bellinghen wrote: > Reading specs from c:/djgpp/lib/specs ^^^^^^^^^^^^^^^^^^ This might be your problem, right there: the compiler should have used the version of specs in c:/djgpp/lib/gcc-lib/djgpp/2.81/, not in c:/djgpp/lib. I believe the README that comes with gcc 2.8.1 says so. Besides, where did -i386 come from? I don't see it anywhere in the script you posted. What was the exact command line you used to invoke the compiler?