[Vm-dev] Squeak 4.1 VM crash

Bob Westergaard bwestergaard at gmail.com
Sun Jun 27 16:15:53 UTC 2010


On Sun, Jun 27, 2010 at 6:43 AM, Rob Withers <reefedjib at yahoo.com> wrote:
>
> ...
> Robert at Quotar /cygdrive/c/Cog/cygwinbuild
> $ make eitheror.exe
> Makefile:281: warning: overriding commands for target `Croquet.res'
> Makefile:263: warning: ignoring old commands for target `Croquet.res'
> make: `eitheror.exe' is up to date.
>
> ...
> -----------------------------------------------------
> make: eitheror.exe: Command not found

I had this problem when I was building the VM at work.  The problem
turned out to be that eitheror.exe (and those other utilities) where
not in my search path.

To see if this is the case for you try something like:

   $ PATH=$PATH:. make

If that works, then you need to add your current directory to your path.

-- Bob


More information about the Vm-dev mailing list