Date: Wed, 9 Dec 1998 11:34:26 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: hackers@FreeBSD.ORG Subject: IBM Jikes (java source -> byte code compiler) released in open-source form Message-ID: <199812091934.LAA46855@apollo.backplane.com>
next in thread | raw e-mail | index | archive | help
The thing compiles using, in jikesos/jikes/src/Makefile as shown below. It works! I'm impressed! -Matt # g++ definitions (RedHat 5.* - glibc) CC=g++ # use -W to see warnings (should review from time to time) CCREQUIREDFLAGS= -DGNU_LIBC5 -DUNIX -funsigned-char -c -DTYPE_bool -ansi -I. CCDEBUGFLAGS=-DTEST -g CCOPTFLAGS=-O CCFLAGS=$(CCREQUIREDFLAGS) $(CCDEBUGFLAGS) CCFLAGS=$(CCREQUIREDFLAGS) $(CCOPTFLAGS) ERASE=rm -f EXECUTABLE=jikes LD=g++ LDDEBUGFLAGS=-g LDFLAGS=-L. -o$(EXECUTABLE) O=o SYSOBJECTS= Matthew Dillon Engineering, HiWay Technologies, Inc. & BEST Internet Communications & God knows what else. <dillon@backplane.com> (Please include original email in any response) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812091934.LAA46855>