Hi all, Short log: ---------------------------------------------------------------------- (gdb) r HelloWorldApp Starting program: /proj/src/kaffe-1.1.5-rc1-m68k-netbsd-sssj-O0/kaffe/kaffe/kaffe-bin HelloWorldApp Hello World!
Program exited normally. (gdb) r -fullversion Starting program: /proj/src/kaffe-1.1.5-rc1-m68k-netbsd-sssj-O0/kaffe/kaffe/kaffe-bin -fullversion Kaffe Virtual Machine Copyright (c) 1996-2004 Kaffe.org project contributors (please see the source code for a full list of contributors). All rights reserved. Portions Copyright (c) 1996-2002 Transvirtual Technologies, Inc. The Kaffe virtual machine is free software, licensed under the terms of the GNU General Public License. Kaffe.org is a an independent, free software community project, not directly affiliated with Transvirtual Technologies, Inc. Kaffe is a Trademark of Transvirtual Technologies, Inc. Kaffe comes with ABSOLUTELY NO WARRANTY. Engine: Just-in-time Version: 1.1.x-cvs Java Version: 1.1 Configuration/Compilation options: Compile date : Mon Jun 21 11:48:17 JST 2004 Compile host : marshall Install prefix: /usr/local/kaffe Thread system : unix-jthreads CC : m68k--netbsdelf-gcc CFLAGS : -g -O2 -Wno-import -Wchar-subscripts -Wcomment -Wformat=2 -Wimplicit-int -Wmain -Wmissing-braces -Wmultichar -Wparentheses -Wreturn-type -Wswitch -Wtrigraphs -Wuninitialized -W -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Wnested-externs -Winline -Wlong-long -O0 -fno-omit-frame-pointer LDFLAGS : ChangeLog head: 2004-04-30 Guilhem Lavaux <[EMAIL PROTECTED]> Program exited normally. ---------------------------------------------------------------------- jit1 with -O0 make it work. I will summarize the mods this afternoon. Kiyo _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
