X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: FAQ DJGPP error? Date: 1 Feb 2002 08:16:36 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 11 Message-ID: References: NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com sgrb (rolando DOT sgarbi3 AT tin DOT it) wrote: : FAQ 8.20 to have assembly and C listing suggests this options: : gcc -c -wa ,-a , -ad foo.c No. It suggests "gcc -c -Wa,-a,-ad foo.c". But IIRC, it should suggest "gcc -c -g -Wa,-a,-ad foo.c". Right, MartinS