From owner-freebsd-hackers Wed Dec 9 12:01:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA20467 for freebsd-hackers-outgoing; Wed, 9 Dec 1998 12:01:29 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from picnic.mat.net (picnic.mat.net [206.246.122.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA20458 for ; Wed, 9 Dec 1998 12:01:25 -0800 (PST) (envelope-from chuckr@mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.1/8.8.5) with ESMTP id OAA00422; Wed, 9 Dec 1998 14:59:48 -0500 (EST) Date: Wed, 9 Dec 1998 14:59:47 -0500 (EST) From: Chuck Robey To: Matthew Dillon cc: hackers@FreeBSD.ORG Subject: Re: IBM Jikes (java source -> byte code compiler) released in open-source form In-Reply-To: <199812091934.LAA46855@apollo.backplane.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 9 Dec 1998, Matthew Dillon wrote: > The thing compiles using, in jikesos/jikes/src/Makefile as shown below. > It works! I'm impressed! Can you be a little more detailed about the environment of your test app? JDK?.? ? Any JFC in the app? I'm really curious. > > -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 > > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@glue.umd.edu | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | I run Journey2 and picnic (FreeBSD-current) (301) 220-2114 | and jaunt (NetBSD). ----------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message