X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: Rugxulo Newsgroups: comp.os.msdos.djgpp Subject: Re: problems with gnu configure on djgpp Date: Fri, 12 Jun 2009 19:45:23 -0700 (PDT) Organization: http://groups.google.com Lines: 21 Message-ID: <431e1856-7427-437e-9aab-1e19e38905be@s12g2000yqi.googlegroups.com> References: <508a729d-3b21-4140-8da0-c2061e93c559 AT p21g2000prn DOT googlegroups DOT com> NNTP-Posting-Host: 65.13.115.246 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1244861124 9620 127.0.0.1 (13 Jun 2009 02:45:24 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Sat, 13 Jun 2009 02:45:24 +0000 (UTC) Complaints-To: groups-abuse AT google DOT com Injection-Info: s12g2000yqi.googlegroups.com; posting-host=65.13.115.246; posting-account=p5rsXQoAAAB8KPnVlgg9E_vlm2dvVhfO User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, On Jun 12, 9:17=A0am, Martin Str|mberg wrote: > > LM wrote: > > I did try pulling down source for bash from djgpp and configure works > > when I attempt to build that. =A0I'm hoping I have all the tools and > > libraries I need to use ./configure, make, make install process on > > djgpp. I downloaded bash, text utils, file utils, gawk and several > > other files and placed in djgpp directory. =A0When I try to make a > > program that's from outside the djgpp archive like diffh or sox, I get > > the following error message: > > bash-2.04$ ./configure > ... > > checking for gcc... no > > How about installing gcc (gcc*b.zip and perhaps others)? I assume the OP already did that. But sometimes configure still can't find stuff. Usually "./configure CC=3Dgcc AWK=3Dgawk" will manually fix it, but I'm unsure of a better way (or why, etc).