Mail Archives: djgpp/1998/03/19/07:43:39
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'.
- Raw text -