Sender: fabrice AT asim DOT lip6 DOT fr Message-ID: <3472C448.F7D@trash.lip6.fr> Date: Wed, 19 Nov 1997 11:49:44 +0100 From: Fabrice ILPONSE MIME-Version: 1.0 To: djgpp users group Subject: Re: output directories References: <34725F12 DOT 2C1C AT csinet DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk chris/Tim wrote: > > Is there a way to specify where to output the object and executable > files, > like a command line switch or possibly in the djgpp.env file ? > > Tim (christim AT csinet DOT net) I think the best way is to specify the path directly with the output file name. eg. gcc -c toto.c -o objs/toto.o -- ^ ^ ^ | | | +-+-+ Fabrice ILPONSE | | | -