From: "Larry Rubanka" Newsgroups: comp.os.msdos.djgpp Subject: Re: Trouble Running Configure for Bash-2.03 Date: Sun, 9 May 1999 16:29:26 -0500 Organization: ExecPC Internet - Milwaukee, WI Lines: 47 Message-ID: <7h4uod$q55@newsops.execpc.com> NNTP-Posting-Host: lakertya-1-122.mdm.mkt.execpc.com X-Trace: daily-planet.newsops.execpc.com 926285389 26789 (None) 169.207.118.122 X-Complaints-To: abuse AT execpc DOT com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com To follow up on the first posting . . . I've restated the path in a variety of ways including stating only the /djgpp/bin directory, using colons rather than semi colons. I've also built a /bin directory with the executables in it. Still no luck. I've also tried to ./configure flex, bison, and others with the same results. Thanks in advance for any advice. Larry Larry Rubanka wrote in message news:... > I'm new to DJGPP, and making pretty good progress. I've been downloading > and installing the binaries, and testing things as I go along. I've been > reading the documentation pretty carefully, and I think I'm set up "by the > book." > > I'm interested in compiling bash-2.03. > > When I run the configure script, I see some progress while it determines > machine type etc, then I receive the message "configure: error: no > acceptable cc found in $PATH." > > I've verified that gcc is in the PATH, both by visually checking the > environment variable, and by executing gcc manually. It all looks good. > > I noticed in the gcc problems docs that since gcc 2.8.0, the [gcc] and [cpp] > sections of djgpp.env are no longer needed, so I've removed them. Same > results. > > I'm using bash 1.14.7 and gcc 2.8.1. > > Any ideas on what's happening here? > > Thanks, > Larry Rubanka > >