| delorie.com/archives/browse.cgi | search |
| From: | paolog AT net4u DOT 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 AT cygnus DOT com |
| Approved: | cygnus DOT gnu-win32 AT cygnus DOT com |
| Distribution: | cygnus |
| Message-ID: | <1.5.4.32.19961023115242.002d83ac.cygnus.gnu-win32@net4u.it> |
| Mime-Version: | 1.0 |
| X-Sender: | paolog AT net4u DOT it |
| X-Mailer: | Windows Eudora Light Version 1.5.4 (32) |
| Original-To: | gnu-win32 AT cygnus DOT com |
| Original-Sender: | owner-gnu-win32 AT cygnus DOT 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 AT net4u DOT it !
!---------------------------------------------------------------!
-
For help on using this list, send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |