Jochen Theodorou wrote: > where fclone is to be installed first: > http://blog.nixdev.net/2008/04/10/build-openjdk7-under-debian-lenny-repositore-clone/
Yes, JDK build instructions are out of scope for this readme; you obviously would need all JDK prerequisites in place to build MLVM. >> $ sh patches/make/link-patch-dirs.sh sources patches > > patches/make/link-patch-dirs.sh: 38: shopt: not found > patches/make/link-patch-dirs.sh: 76: [[: not found > + ln -s /home/blackdrag/davinci/patches/langtools > sources/langtools/.hg/patches > patches/make/link-patch-dirs.sh: 76: [[: not found > + ln -s /home/blackdrag/davinci/patches/jdk sources/jdk/.hg/patches > patches/make/link-patch-dirs.sh: 76: [[: not found > + ln -s /home/blackdrag/davinci/patches/hotspot sources/hotspot/.hg/patches Ahh, I ran into that too. Use bash; I guess there are some bashisms in those scripts. The readme should be updated. I dunno about your compilation errors; are you able to build the JDK at all? If it's a problem just building JDK you might want to hop on one of the OpenJDK lists to ask. I'm unfortunately far from being an expert. What platform? What GCC version? I'm hoping to publish a blog with step-by-step instructions from zero to running MLVM soon. Hopefully I will find the time to do so. - Charlie _______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
