From: Marcus Rohrmoser Newsgroups: comp.os.msdos.djgpp Subject: Re: Compiling multiple source file programs Date: Mon, 14 Dec 1998 17:36:06 +0100 Organization: Leibniz Rechenzentrum Muenchen Lines: 11 Distribution: world Message-ID: <36753E76.3588FA91@lrz-muenchen.de> References: <752agk$i3q$1 AT perki DOT connect DOT com DOT au> NNTP-Posting-Host: sun3.lrz-muenchen.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (X11; I; SunOS 5.5.1 sun4m) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Call e.g. gcc -c ash.c gcc -c list.c gcc ash.o list.o To get a executable named 'a.out'. The first two calls compile, the third links. Marcus