Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3BD7F2B5.C0CEC4E3@syntrex.com> Date: Thu, 25 Oct 2001 13:08:37 +0200 From: Pavel Tsekov X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.4.2-2 i686) X-Accept-Language: en MIME-Version: 1.0 To: Robert Livesey CC: cygwin AT cygwin DOT com Subject: Re: Fortran executables References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit :) You dont have your current directory "." set into your PATH variable - try running the executable like this "./your_executable" or add current dir in your PATH like this "export PATH=$PATH:." Robert Livesey wrote: > > The problem I'm having is that after I've compiled a fortran program using the command: > g77 -o myprog myprog.f > > The executable it creates does not run from the directory I'm sitting in. The message "Command not found" appears. However if I move myprog to the default /bin directory it does work. I was wondering how I can make my programs work anywhere and not just in the bin folder ? If this is not possible is there a way of creating my own folder like the /bin directory ? > > As you can probably tell I'm new to fortran and also unix so any help would be greatly appreciated. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/