jatovm / jato

Jato, an open source implementation of the JVM
http://www.jatovm.org/
Other
153 stars 30 forks source link

Build failure on Darwin #31

Closed jvirtanen closed 5 years ago

jvirtanen commented 11 years ago

The build fails on Darwin:

jato (master) λ make
  CC       monoburg.o
clang: warning: argument unused during compilation: '-rdynamic'
  BISON    parser.c
  CC       parser.o
clang: warning: argument unused during compilation: '-rdynamic'
  LINK     monoburg
clang: warning: argument unused during compilation: '-rdynamic'
  CC       allchblk.o
In file included from allchblk.c:19:
In file included from include/private/gc_priv.h:66:
include/private/gcconfig.h:477:2: error: expected identifier or '('
        --> unknown machine type
        ^
1 error generated.
make[1]: *** [allchblk.o] Error 1
make: *** [boehmgc] Error 2