From: Martin Str|mberg Newsgroups: comp.os.msdos.djgpp Subject: Re: Comad-line compiler Date: Thu, 19 Jul 2001 20:32:04 +0000 (UTC) Organization: University of Lulea, Sweden Lines: 16 Message-ID: <995574724.645083@queeg.ludd.luth.se> References: <9j7b10$neh$1 AT info DOT cyf-kr DOT edu DOT pl> X-Trace: news.luth.se 995574724 19566 130.240.16.109 (19 Jul 2001 20:32:04 GMT) X-Complaints-To: abuse AT luth DOT se User-Agent: tin/pre-1.4-981225 ("Volcane") (UNIX) (SunOS/4.1.4 (sun4m)) Cache-Post-Path: queeg.ludd.luth.se!unknown AT father DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Rafal Maj (Raf256)" wrote: : But ther is one problem... file dependiences checking (re-compiling only : moddified files by comparing time of .cc and of .o) is done by RHIDE or by : GCC utils ? : It's a shame, but I did never used command-line compiler :( : Where can I find exacly explanation how to compile/build files ? : I.e. I want file a.cc and b.cc to be compiled using C++ compiler, and then I : want to link a.o and b.o into prj.o how to do this ? Learn how "make" works ("info make"). Right, MartinS