Xref: news2.mv.net comp.os.msdos.djgpp:7296 From: Ian Chapman Newsgroups: comp.os.msdos.djgpp Subject: gcc /lfile Date: Wed, 14 Aug 1996 14:44:19 -0400 Organization: Nortel Technology Lines: 17 Message-ID: <32121E83.7603@nortel.ca> NNTP-Posting-Host: bkanm382.bnr.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi all, I've moved all the djgpp files over and unzipped them. I've compiled and got a pile of warnings and a .o file for both c and c++ modules. Right now the warnings are not a worry as they are mostly due to lack of proto definitions. I'm a bit naughty in pre ansi c. What I've failed to find is how to get a listing from the compiler. In MIX power c I just commanded pc myfile /lfile /etc to get a .exe .mix and file.lst. The file.lst was great for looking at where the compiler failed to make sense of what I asked. What switch should I use to get a listing from the gcc compiler? Regards Ian.