On Mon, Oct 17, 2005 at 09:01:15PM +1000, Richard Brady wrote: > OK, you can ignore that, I'm running the configure script but it's erroring > with > > checking for special C compiler options needed for large files... no > checking for _FILE_OFFSET_BITS value needed for large files... 64 > checking for _LARGE_FILES value needed for large files... no > configure: error: Configuration mips-elf not supported
You dont use a cross compiler for mips-elf it seems. Maybe its just not found. Make sure you use the correct --target=... and --build=... when calling kaffe's configure manually. I dont know the needed values of head currently. Cheers, Michael -- Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html Join the community at http://planet.classpath.org/ _______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
