X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com From: Eli Zaretskii To: djgpp AT delorie DOT com In-reply-to: <431e1856-7427-437e-9aab-1e19e38905be AT s12g2000yqi DOT googlegroups DOT com> (message from Rugxulo on Fri, 12 Jun 2009 19:45:23 -0700 (PDT)) Subject: Re: problems with gnu configure on djgpp References: <508a729d-3b21-4140-8da0-c2061e93c559 AT p21g2000prn DOT googlegroups DOT com> <431e1856-7427-437e-9aab-1e19e38905be AT s12g2000yqi DOT googlegroups DOT com> Message-Id: Date: Sat, 13 Jun 2009 00:18:27 -0400 Reply-To: djgpp AT delorie DOT com > From: Rugxulo > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 12 Jun 2009 19:45:23 -0700 (PDT) > > > > checking for gcc... no > > > > How about installing gcc (gcc*b.zip and perhaps others)? > > I assume the OP already did that. But it doesn't hurt to make sure, so I think Martin's question is not misguided. Note that the configure script did find ginstall, so it's not like it cannot find any executable program. > But sometimes configure still can't find stuff. Usually "./configure > CC=gcc AWK=gawk" will manually fix it A better way would be CC=gcc.exe AWK=gawk.exe ./configure because the .exe variants are actual files, and "test -f" will succeed with them. AFAIR, the file config.site that comes with the DJGPP ports of Bash already includes some magic to work around these problems, so the above should not be necessary, unless one runs a very old configure script that doesn't automatically load config.site.