From: fjh@cs.mu.OZ.AU (Fergus Henderson)
Subject: Re: Init bash with .bashrc for gnu-win32
10 Mar 1997 13:36:07 -0800
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <199703102026.HAA14134.cygnus.gnu-win32@mundook.cs.mu.OZ.AU>
Content-Type: text
Original-To: chj@lin.foa.se (Christian Joensson FOA 72)
Original-Cc: gnu-win32@cygnus.com (gnu-win32)
In-Reply-To: <1.5.4.32.19970310162922.00668dfc@hobbe.lin.foa.se> from "Christian Joensson FOA 72" at Mar 10, 97 05:29:22 pm
X-Mailer: ELM [version 2.4 PL24]
Original-Sender: owner-gnu-win32@cygnus.com

Christian Joensson FOA 72, you wrote:
> 
> I then tried to figure out how to get bash going. I ended up in having the
> following file as c:\.bashrc
> 
> export GCC_EXEC_PREFIX='C:\cygnus\H-i386-cygwin32\lib\gcc-lib\'
> export PATH='C:\cygnus\H-i386-cygwin32\bin':$PATH:.

I think

	export GCC_EXEC_PREFIX='//c/cygnus/H-i386-cygwin32/lib/gcc-lib/'
	export PATH='//c/cygnus/H-i386-cygwin32/bin':$PATH:.

will get you further. 

(But for myself, on Windows 95 I put the setting of environment variables in
autoexec.bat.)

-- 
Fergus Henderson <fjh@cs.mu.oz.au>   |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>   |  of excellence is a lethal habit"
PGP: finger fjh@128.250.37.3         |     -- the last words of T. S. Garp.
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
