From owner-freebsd-hackers Wed Dec 9 11:34:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA18199 for freebsd-hackers-outgoing; Wed, 9 Dec 1998 11:34:35 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA18194 for ; Wed, 9 Dec 1998 11:34:31 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.1/8.9.1) id LAA46855; Wed, 9 Dec 1998 11:34:26 -0800 (PST) (envelope-from dillon) Date: Wed, 9 Dec 1998 11:34:26 -0800 (PST) From: Matthew Dillon Message-Id: <199812091934.LAA46855@apollo.backplane.com> To: hackers@FreeBSD.ORG Subject: IBM Jikes (java source -> byte code compiler) released in open-source form Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. (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