Date: Wed, 11 Jun 2003 21:36:54 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <6480-Wed11Jun2003213653+0300-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <3EE756D8.8323D511@yahoo.com> (message from CBFalconer on Wed, 11 Jun 2003 12:20:40 -0400) Subject: Re: DJGPP 2.04 alpha 2 later in the month? References: <3EE4EB66 DOT DF7891D2 AT phekda DOT freeserve DOT co DOT uk> <3EE4F833 DOT 2B67D8C0 AT yahoo DOT com> <3EE582BB DOT DEC034FA AT yahoo DOT com> <3EE62BC7 DOT F14013F8 AT phekda DOT freeserve DOT co DOT uk> <3EE65932 DOT C87DFF4B AT yahoo DOT com> <7458-Wed11Jun2003054647+0300-eliz AT elta DOT co DOT il> <3EE6B922 DOT 484CA74C AT yahoo DOT com> <2427-Wed11Jun2003180859+0300-eliz AT elta DOT co DOT il> <3EE756D8 DOT 8323D511 AT yahoo DOT com> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Wed, 11 Jun 2003 12:20:40 -0400 > From: CBFalconer > > I just edited the gcc.opt in djlsr203.zip of 2002-01-20 to > eliminate -nostdlib and replace the ones gcc said were obsolete > with the replacements (f... in place of m...). The result was: > > -MD > -O2 > -fno-strength-reduce > -m486 > -falign-loops=2 > -falign-jumps=2 > -falign-functions=2 > -Wall > -Wbad-function-cast > -Wcast-qual > -Werror > -Wmissing-declarations > -Wmissing-prototypes > -Wpointer-arith > -Wshadow > -Wstrict-prototypes > -Wtraditional > -Wwrite-strings Sigh. This is not the list of options in CVS. Here's what's in CVS; please use that: -MD -O2 -mcpu=pentium -march=i386 -Wall -Wbad-function-cast -Wcast-qual -Werror -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Wundef -Wcast-align -Wsign-compare > BTW, I still don't find any reference to using @file in the gcc > command line. Am I looking in the wrong place? Yes. One place to look is in the DJGPP FAQ, section 16.4.