delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2008/07/23/08:17:10

X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f
X-Recipient: djgpp AT delorie DOT com
Message-ID: <COL101-W84A9F9BDC80856162DCEA7E6840@phx.gbl>
X-Originating-IP: [76.121.182.92]
From: Jay <jayk123 AT hotmail DOT com>
To: <djgpp AT delorie DOT com>
Subject: RE: configure fails to find grep?
Date: Wed, 23 Jul 2008 12:16:03 +0000
Importance: Low
MIME-Version: 1.0
X-OriginalArrivalTime: 23 Jul 2008 12:16:03.0323 (UTC) FILETIME=[E0200CB0:01C8ECBD]
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.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019