Mail Archives: djgpp/2009/06/13/00:22:21
> From: Rugxulo <rugxulo AT gmail DOT com>
> 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.
- Raw text -