Leopold Toetsch <[EMAIL PROTECTED]> wrote:

Ok, as there are no problems reported, I've applied it.
Here is again a short summary:

> Attached is a minimum patch to build imcc as the parrot executable
> - renames orig parrot to test_main
> - renames imcc to parrot

> As the current build process needs rework anyway, I kept it to the bare
> minimum.

> Please give it a try on other platforms, especially non Linux.

> $ make test  # full speed ;-)
> $ parrot -j examples/assembly/mops.pasm        # run PASM/PIR

and of course:

  $ parrot --help

Some more remarks:
- the one Makefile line with the *.o dependency is gone
- parrot now has one incompatible (WRT old) command line switch:
  -d (--debug) needs an additional parameter, specifying the debug
  level.
  Run -d 1 to get the old behavior.
- Several things are obsolete now, e.g. the quick*test targets in the
  Makefile as well as related code in Test.pm

languages/* users of imcc now should just use the $ROOT/parrot$EXE
executable instead of languages/imcc/imcc.

Have fun,
leo

Reply via email to