Looking at the code, my guess is that the configure script in the
libltdl directory couldn't figure out where your malloc in your
cross-compile toolchain lives.
Looking at ltdl.c, I see a "#ifdef HAVE_MALLOC_H" block at the top.
Check the libltdl/config.h file (generated by the libltdl/configure
Hi all,
I'm tryiong to port kaffe-1.0.7 to ppc.I'm also getting the same error. were
u able to get the solution ?
I'm configuring with-
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 ./configure --with-x --without-awt
--with-li