--- Sanjeev Manral <[EMAIL PROTECTED]> wrote: > 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
Your linker setting is wrong. It should be LD not LS. You might also want to try statically compiling everything, as in --with-staticvm --with-staticlib --with-staticbin, or --disable-shared. See FAQ/FAQ.libtool for more info. 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
