Date: Wed, 9 Dec 1998 14:59:47 -0500 (EST) From: Chuck Robey <chuckr@mat.net> To: Matthew Dillon <dillon@apollo.backplane.com> Cc: hackers@FreeBSD.ORG Subject: Re: IBM Jikes (java source -> byte code compiler) released in open-source form Message-ID: <Pine.BSF.4.05.9812091458540.329-100000@picnic.mat.net> In-Reply-To: <199812091934.LAA46855@apollo.backplane.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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. > <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 > > ----------------------------+----------------------------------------------- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9812091458540.329-100000>