The second time the build succeeds as suggested. make test fails with the following under cygwin: . . . for s in /cygdrive/c/users/atai/work/revc/revc-0.0x0/hackerlab/tests/unidata-tests/unit-unidata.sh ; do \ /bin/sh $s; \ done ================ unit-unidata test ================ pruning unidata.txt printing hackerlab db comparing results ,tmp ,tmp2 differ: char 20, line 1 make[3]: *** [tests-timestamp] Error 1 make[3]: Leaving directory `/cygdrive/c/users/atai/work/revc/revc-0.0x0/build/hackerlab/tests/unidata-tests' make[2]: *** [test] Error 2 make[2]: Leaving directory `/cygdrive/c/users/atai/work/revc/revc-0.0x0/build/hackerlab/tests' make[1]: *** [test] Error 2 make[1]: Leaving directory `/cygdrive/c/users/atai/work/revc/revc-0.0x0/build/hackerlab' make: *** [test] Error 2
For whatever its worth, the arch 2.0 implementation has a good start toward being usable on the Microsoft Windows platform. --- John A Meinel <[EMAIL PROTECTED]> wrote: > Matthew Hannigan wrote: > > On Sun, Jul 10, 2005 at 03:48:35AM -0700, Andy Tai > wrote: > > > >>[ ... ] > >>cc -o ,es -g ,es.c > >>./,es > exit-status.h > >>rm ,es ,es.c > >>rm: cannot remove `,es': No such file or directory > >>make[2]: *** [exit-status.h] Error 1 > >>make[2]: Leaving directory > >>`/cygdrive/c/users/atai/work/revc/revc-0.0x0/build/hackerlab/os' > >>..... > You also can just run "make" a second time, because > the second time it > doesn't worry about the ,es target. > > John > =:-> > > _______________________________________________ Gnu-arch-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/
