From: rupp AT gnat DOT com (Douglas B. Rupp) Message-Id: <9702012318.AA19508@nile.gnat.com> Subject: bash and make gnat1 (or cc1plus) To: jack AT st DOT rim DOT or DOT jp Date: Sat, 1 Feb 1997 18:18:31 -0500 (EST) Cc: djgpp-workers AT delorie DOT com In-Reply-To: <9702012224.AA18978@nile.gnat.com> from "Douglas B. Rupp" at Feb 1, 97 05:24:59 pm Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 707 After working around the minor configure problems, bash again works remarkably well except that: 1) make CC=gcc gnat1 (or make CC=gcc cc1plus) gets a sigsegv when transitioning to the subdirectory. The sigsegv appears to be in make.exe and caused by the line in FLAGS_TO_PASS: "CC=`case '$(CC)' in stage*) echo ...." Working around 1) by setting "CC=gcc" in FLAGS_TO_PASS: 2) The final link of gnat1.exe (and probably cc1plus.exe) hangs hard (e.g. ctrl-C has no effect). I suspect its the "cat ../stamp-objlist ..." in the link command. Probably no one wants to try to duplicate the gnat1.exe build, but since they also happen with cc1plus, I won't submit a simple test case unless someone needs it.