Date: Thu, 19 Mar 1998 14:42:22 +0200 (IST) From: Eli Zaretskii To: tob AT world DOT std DOT com cc: djgpp AT delorie DOT com Subject: Re: Thanks and report (Making gcc 2.8.1; help requested) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 18 Mar 1998 tob AT world DOT std DOT com wrote: > > Could you please > > set GO32_V2_DEBUG=y in the environment, run the original Makefile > > (without the $(exeext) hack) again and tell what does go32-v2 print? > > Same as before: "go32/v1: cannot find v1's go32.exe" That error-message > string is found in go32-v2.exe, of course. > > Here's what I used: > > [begin test.sh] > GO32_V2_DEBUG=y You need to say "export GO32_V2_DEBUG", otherwise its value doesn't get passed down to go32-v2. That is why the output didn't change. Please try with `export'.