From: G DOT DegliEsposti AT ads DOT it To: djgpp AT delorie DOT com Message-ID: Date: Wed, 18 Feb 1998 10:33:21 +0100 Subject: Re: [Q] How can I compile multiple source file to generate single executable? Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Precedence: bulk >Namely, if I have "a.h", "a.cpp","a_main.cpp"... >(a.h - the definitions of classes.../ a.cpp - the definitions of >methods in class / a_main.cpp - the file containing the main >functions) and want to make "a.exe" using DJGPP... >What command should I type in command line prompt...??? gxx -o a.exe a.cpp a_main.cpp ciao Giacomo