From: "Charles" Newsgroups: comp.os.msdos.djgpp References: <_UL15.21811$0T2 DOT 365344 AT typhoon DOT columbus DOT rr DOT com> <8i87pr$m3q$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> Subject: Re: sorry stupid me -- figured it out on my own Lines: 21 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: Date: Wed, 14 Jun 2000 20:07:36 GMT NNTP-Posting-Host: 24.31.177.134 X-Complaints-To: abuse AT rr DOT com X-Trace: typhoon.columbus.rr.com 961013256 24.31.177.134 (Wed, 14 Jun 2000 16:07:36 EDT) NNTP-Posting-Date: Wed, 14 Jun 2000 16:07:36 EDT Organization: Road Runner Columbus To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > > I do have one last, less important question now, though: > > When i have test.cpp in one directory /djgpp/myprograms/ how can i get the > > test.o and test.exe to be created in the same directory instead of just in > > /djgpp??? > > The output files are by default created in the current directory. 'cd' > to where the sources are, before you compile, and the .o and .exe will > be there, too. that is not what it is doing -- it is putting it in /djgpp even though the source is in /djgpp/myPrograms/ But even if ya dont get this one, its not that important: thanks for all the help! Charles