From: "Colin W. Glenn" Newsgroups: comp.os.msdos.djgpp Subject: Compiling bits and pieces Date: Sat, 22 Mar 1997 11:56:36 -0600 Organization: Greater New Orleans Free-Net Lines: 8 Message-ID: NNTP-Posting-Host: sparkie.gnofn.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Is there a means for me to compile just a small part of my program without having written the rest of the supporting routines? ie a means to find out if the section I've written will compile without 'internal' errors? In the process, I'd also like to have the compiler produce a list of 'unreferenced' labels, ie global stuff which would be defined in the main part of the code.