X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: X-Originating-IP: [76.121.182.92] From: Jay To: Subject: RE: configure fails to find grep? Date: Wed, 23 Jul 2008 12:16:03 +0000 Importance: Low Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-OriginalArrivalTime: 23 Jul 2008 12:16:03.0323 (UTC) FILETIME=[E0200CB0:01C8ECBD] Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id m6NCG5bw032580 Nevermind..you could explain this like: toplevel Makefile passes CONFIG_SITE=no-such-file causing nested configure to skip /djgpp/share/config.site therefore missing ac_executable_extensions=".exe" therefore looking for "grep" but not "grep.exe" OR you could explain it like: gccs2.zip contains djconfig.sh which works around this otherwise via: export TEST_FINDS_EXE=Y and other content therein probably fixes the nm/as vs. nm.exe/as.exe problem, specifically: export AS=as.exe export LD=ld.exe export NM=nm.exe any deviation from djconfig.sh, and its neighbors, probably subject to not working. - Jay > From: jayk123 AT hotmail DOT com > To: djgpp AT delorie DOT com > Subject: configure fails to find grep? > Date: Wed, 23 Jul 2008 08:43:33 +0000 > > > Anyone seen like: > > checking for grep that handles long lines and -e... configure: error: no accepta > ble grep could be found in /dev/c/djgpp.203/bin:/dev/c/windows/system32:/dev/c/w > > I'll dig in more later -- in particular change it to echo more and see what it tries and gets.