This is the mail archive of the
cygwin-apps
mailing list for the Cygwin project.
[ITP] jikes -- IBM's Fast Java compiler adhering to language and VM specifications
- From: Jari Aalto <jari dot aalto at cante dot net>
- To: cygwin-apps at cygwin dot com
- Date: Sat, 04 Feb 2006 12:08:36 +0200
- Subject: [ITP] jikes -- IBM's Fast Java compiler adhering to language and VM specifications
Current classpath won't compile with gcj (gcc 3.x included in Cygwin),
so it requires jikes. Here it goes. Included in major distros:
http://www.sourceforge.net/project/jikes
http://packages.debian.org/testing/devel/jikes
http://archive.ubuntulinux.org/ubuntu/pool/main/j/jikes/
http://www.novell.com/products/linuxpackages/professional/index_all.html
Jari
sdesc: "Fast Java compiler adhering to language and VM specifications"
ldesc: "IBM's Java compiler (now Open Source) that translates Java
source files as defined in The Java Language Specification
(Addison-Wesley, 1996) into the bytecoded instruction set and binary
format defined in The Java Virtual Machine Specification
(Addison-Wesley, 1996). Unlike other compilers, Jikes accepts the Java
language only as specified: not as a subset, variant, or superset."
category: Devel
requires: cygwin
1)
wget \
http://cygwin.cante.net/jikes/setup.hint \
http://cygwin.cante.net/jikes/jikes-1.22-1.tar.bz2 \
http://cygwin.cante.net/jikes/jikes-1.22-1-src.tar.bz2
2) or use this; will give further instructions
gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8
mkdir jikes ; cd jikes
rm -f get.sh get.sh.sig
wget -q http://cygwin.cante.net/jikes/get.sh \
http://cygwin.cante.net/jikes/get.sh.sig
gpg --verify get.sh.sig get.sh &&
sh get.sh
cd /usr/src/cygwin-packages/jikes
less /usr/src/cygwin-packages/jikes/get.sh
tar jtvf /usr/src/cygwin-packages/jikes/jikes-1.22-1.tar.bz2