X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: <25191024.post@talk.nabble.com> References: <25188895 DOT post AT talk DOT nabble DOT com> <25189372 DOT post AT talk DOT nabble DOT com> <25191024 DOT post AT talk DOT nabble DOT com> Date: Fri, 28 Aug 2009 10:41:39 -0400 Message-ID: Subject: Re: Cannot get 'Hello World' to compile From: "Mark J. Reed" To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Fri, Aug 28, 2009 at 10:34 AM, ken j wrote: >BTW I've found that I do NOT need to type './' but > rather only '/' to get an exe file to run in Cygwin. That's only true if the executable is in the root directory (c:\cygwin in Windows, / in Cygwin). > Also, all of my compiled executables go to c:\cygwin\home\username, not the > directory I'm in, which is c:\cygwin. That makes no sense. g++ -o file will put the executable in that file in the current directory. If it's going elsewhere, then you're telling it to put it elsewhere. 1) Why do you keep reporting Windows paths when talking about Cygwin? You're running these commands inside a Cygwin bash window, right? 2) what does the command 'pwd' tell you? -- Mark J. Reed -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple