From: "Colin W. Glenn" Newsgroups: comp.os.msdos.djgpp Subject: Re: Compiling bits and pieces Date: Fri, 28 Mar 1997 20:28:21 -0600 Organization: Greater New Orleans Free-Net Lines: 10 Message-ID: References: <333C3C68 DOT 7475 AT ctv DOT es> NNTP-Posting-Host: sparkie.gnofn.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: <333C3C68.7475@ctv.es> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Fri, 28 Mar 1997, Jose Manuel Lopez-Cepero wrote: > Hello! > > Is there a means for me to compile just a small part of my program without > you have no syntax errors, then the code *will* be effectively compiled > and passed to the linkey, which will most likely complain about not Then basicly keep compiling until compliation errors cease, then do redirection to catch linking errors. Sounds reasonable.