From: paolog@net4u.it (Paolo Greppi)
Subject: Re: Re: bash running configure gives: '4546276: No such file
  or directory'
23 Oct 1996 13:26:33 -0700
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <1.5.4.32.19961023115242.002d83ac.cygnus.gnu-win32@net4u.it>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Sender: paolog@net4u.it
X-Mailer: Windows Eudora Light Version 1.5.4 (32)
Original-To: gnu-win32@cygnus.com
Original-Sender: owner-gnu-win32@cygnus.com

Problem: bash does not find executables in the current directory

Solution: define a HOME variable and have it available to bash when it
starts (try 
        bash$ printenv | grep HOME
to test). Then create a .bashrc with notepad (CR/LF or not doesn't matter)
and put it
in the directory pointed by HOME with the following lines (at least):

PATH=/bin:/usr/bin:/usr/H-i386-cygwin32/bin:/usr/H-i386-cygwin32/lib/gcc-lib
/://F/WINNT35/system32://F/WINNT35://C/DOS://C/UTILITY:.
export PATH

NOTE1: do not create a .bashrc.txt instead of .bashrc
NOTE2: notice the dot after the colon - that means "look in the current dir too"

If you want more info look at the message "NEWBIE PAIN: the universal
remedy" I sent on 21/10/1996.

Have fun,

!---------------------------------------------------------------!
!                         Paolo Greppi                          !
!                        via  Cesati 12                         !
!                 13100   Vercelli  -   Italia                  !
!      Telefono 0039-161-256081  E-Mail paolog@net4u.it         !
!---------------------------------------------------------------!

-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
