I've configure it --prefix=/usr/local/crossppc I've complied with-
export KAFFEH=/second_disk/iapr/x86/java/kaffe/kaffe-1.0.7/kaffe/kaffeh/kaffeh CC=ppc_405-gcc AS=ppc_405-as LS=ppc_405-ld AR=ppc_405-ar CPP=ppc_405-g++ STRIP=ppc_405-strip RANLIB=ppc_405-ranlib CFLAGS=-msoft-float ./configure --without-x --without-awt --prefix=/usr/local/crossppc/kaffe --host=powerpc-linux --target=powerpc-linux --with-includes=/opt/harhat/devkit/ppc/405/target/usr/include --with-thread=unix-pthreads --with-engine=intrp --enable-debug after compilation I do a make install in host machine and then coping all the files to my target machine so kaffe is in /usr/local/crossppc/kaffe I've done make distclean and recompiled but getting the segmentation fault at the same place thanks in advance sanjeev -----Original Message----- From: Dalibor Topic [mailto:robilad@;yahoo.com] Sent: Monday, November 11, 2002 8:03 PM To: Sanjeev Manral Cc: [EMAIL PROTECTED] Subject: RE: [kaffe] segmentation fault in LIBRARYLOAD looking at the release notes, I'd assume that it all works, there are two entries of people who got it to run successfully on powerpc-linux. Looking at the error message, I belive that your configuration path prefix is messed up. Kaffe doesn't install itself in /kaffe by default. could you try rm -rf /kaffe make distclean ./configure --with-engine=intrp --prefix=/usr/local make make install and see if that works better? best regards, dalibor topic __________________________________________________ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2 _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
