On Wednesday 09 July 2003 17:29, Aleksey N. Malov wrote:
> Hello gbadev,
>
> I am using DevKitAdv r5 beta3. There is a problem with stream
> output from make files.
>
> If I run the following command from console then it works correctly:
>
> nm.exe libscreens.a > output.nm
>
> But when I try to run it from makefile then error occurs:
>
> /usr/bin/sh: nm.exe: command not found
>
> By the way when I don't use stream output in make files there is no
> errors
check if there is more than one cygwin1.dll (i think that was the name :=P) is
on your system.... if two cygwin progs use different dll you will have
problems with piping stuff.
gpz