Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-Id: <199905240235.VAA09716@mercury.xraylith.wisc.edu> To: "Cash Reuser" cc: cygwin AT sourceware DOT cygnus DOT com Subject: Re: Newbie Running Scripts In-Reply-To: Your message of "Sun, 23 May 1999 17:06:54 PDT." <01cc01bea579$55088480$0900a8c0 AT Cash DOT MANAGEMENT> Date: Sun, 23 May 1999 21:35:46 -0500 From: Mumit Khan "Cash Reuser" writes: > > I managed to run the scripts, but there seems to be some setup problems: > the following execution sequence occurs. I took a look at all of the = > scripts and could not find the reason. > > _objdir_ bash c:/egcs/egcs-1.1.2/configure --target=3Dpowerpc-motorola = > --with-multilibs Please don't use x:/path/ style unless you also specify --srcdir option. Treat this like Unix, and you'll get much further. $ CONFIG_SHELL=bash bash //c/egcs/egcs-1.1.2/configure \ --target=powerpc-motorola --with-multilibs The reason bash is getting confused is simple -- it tries to deduce the source directory from the argv[0], and getting confused with ':' in the pathname. Ideally it shouldn't, but it does and until someone fixes it, it'll remain that way. Regards, Mumit ps: And, please don't send the HTML crud along with your messages. Just text will do just fine, and it has the side benefit of not annoying people. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com