Message-ID: <001a01c01c15$2b18a420$0500007b@brk> From: "Johan Henriksson" To: Subject: Re: changing the output path Date: Mon, 11 Sep 2000 19:24:36 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com >is there any way to do this? i want both a.out and a.exe to go to a >different directory then my source code. i know in bcc55, there is a >command line switch for doing this, but is such a thing in gcc? Just specify the name with complete path using gcc ... -o yaryar.o etc