This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libgcj cross-compilation problems (2)


Andrew Haley replied:

> Well, even if in theory it can run gcjh, it certianly looks like it
> hasn't done so.  Either that or the headers aren't in the right place.
> So, did gcjh run?  And did the libgcj sources get bytecode compiled?

As far as I can tell, no, but I am not very familiar with the
internals of this build.  I have appended the make log for this
section of the build to the message; it will probably be easier for others
to see what is going on.

Cheers,

Chris Dornan
cdornan@arm.com


-------- make log ------------
make[1]: Entering directory `/export/home/cdornan/libgcj-2000-03-02-arm/etc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/export/home/cdornan/libgcj-2000-03-02-arm/etc'
make[1]: Entering directory `/export/home/cdornan/libgcj-2000-03-02-arm/zip'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/export/home/cdornan/libgcj-2000-03-02-arm/zip'
Configuring in arm-elf/libffi
loading cache ./config.cache
configure: warning: ***********************************************************
configure: warning: ***********************************************************
configure: warning: This is beta code.  If you're looking for a stable release
configure: warning: then use the most recent one - libffi-1.20.
configure: warning: ***********************************************************
configure: warning: ***********************************************************
checking host system type... arm-unknown-elf
checking for a BSD compatible install... ../../../libgcj-2000-03-02/libffi/install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) arm-elf-gcc
checking whether the C compiler (arm-elf-gcc -g -O2 ) works... yes
checking whether the C compiler (arm-elf-gcc -g -O2 ) is a cross-compiler... yes
checking whether we are using GNU C... (cached) yes
checking whether arm-elf-gcc accepts -g... (cached) yes
checking build system type... sparc-sun-solaris2.7
checking for ranlib... (cached) arm-elf-ranlib
checking for ld used by GCC... (cached) arm-elf-ld
checking if the linker (arm-elf-ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) arm-elf-nm
checking whether ln -s works... (cached) yes
loading cache ./config.cache within ltconfig
checking for object suffix... o
checking for arm-elf-gcc option to produce PIC... -fPIC
checking if arm-elf-gcc PIC flag -fPIC works... yes
checking if arm-elf-gcc supports -c -o file.o... yes
checking if arm-elf-gcc supports -c -o file.lo... yes
checking if arm-elf-gcc supports -fno-rtti -fno-exceptions ... yes
checking if arm-elf-gcc static flag -static works... -static
checking if the linker (arm-elf-ld) is GNU ld... yes
checking whether the linker (arm-elf-ld) supports shared libraries... yes
checking command to parse arm-elf-nm output... yes
checking how to hardcode library paths into programs... immediate
checking for arm-elf-ld option to reload object files... -r
checking dynamic linker characteristics... no
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
loading cache ./config.cache
configure: error: libffi has not been ported to arm-unknown-elf.
make[1]: Entering directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/zlib'
make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/bin/sh /export/home/cdornan/libgcj-2000-03-02/install-sh -c" "INSTALL_DATA=/bin/sh /export/home/cdornan/libgcj-2000-03-02/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /export/home/cdornan/libgcj-2000-03-02/install-sh -c " "INSTALL_SCRIPT=/bin/sh /export/home/cdornan/libgcj-2000-03-02/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo  " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/export/home/cdornan/gnu/gcc-2.95.2-arm" "infodir=/export/home/cdornan/gnu/gcc-2.95.2-arm/info" "libdir=/export/home/cdornan/gnu/gcc-2.95.2-arm/lib" "prefix=/export/home/cdornan/gnu/gcc-2.95.2-arm" "tooldir=/export/home/cdornan/gnu/gcc-2.95.2-arm/arm-elf" "AR=arm-elf-ar" "AS=arm-elf-as" "CC=arm-elf-gcc" "CXX=arm-elf-c++" "LD=arm-elf-ld" "LIBCFLAGS=-g -!
O2" "NM=arm-elf-nm" "PICFLAG=" "RANLIB=arm-elf-ranlib" "DESTDIR=" DO=all multi-do
make[2]: Entering directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/zlib'
if [ -z "" ]; then \
  true; \
else \
  rootpre=`pwd`/; export rootpre; \
  srcrootpre=`cd ../../../libgcj-2000-03-02/zlib; pwd`/; export srcrootpre; \
  lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
  compiler="arm-elf-gcc"; \
  for i in `${compiler} --print-multi-lib 2>/dev/null`; do \
    dir=`echo $i | sed -e 's/;.*$//'`; \
    if [ "${dir}" = "." ]; then \
      true; \
    else \
      if [ -d ../${dir}/${lib} ]; then \
	flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
	if (cd ../${dir}/${lib}; make  \
			CFLAGS="-g -O2 ${flags}" \
			CXXFLAGS="-g -O2 ${flags}" \
			LIBCFLAGS="-g -O2 ${flags}" \
			LIBCXXFLAGS="(LIBCXXFLAGS_FOR_TARGET) ${flags}" \
			LDFLAGS=" ${flags}" \
			all); then \
	  true; \
	else \
	  exit 1; \
	fi; \
      else true; \
      fi; \
    fi; \
  done; \
fi
make[2]: Leaving directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/zlib'
make[1]: Leaving directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/zlib'
make[1]: Entering directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/boehm-gc'
make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/bin/sh /export/home/cdornan/libgcj-2000-03-02/install-sh -c" "INSTALL_DATA=/bin/sh /export/home/cdornan/libgcj-2000-03-02/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /export/home/cdornan/libgcj-2000-03-02/install-sh -c " "INSTALL_SCRIPT=/bin/sh /export/home/cdornan/libgcj-2000-03-02/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo  " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/export/home/cdornan/gnu/gcc-2.95.2-arm" "infodir=/export/home/cdornan/gnu/gcc-2.95.2-arm/info" "libdir=/export/home/cdornan/gnu/gcc-2.95.2-arm/lib" "prefix=/export/home/cdornan/gnu/gcc-2.95.2-arm" "tooldir=/export/home/cdornan/gnu/gcc-2.95.2-arm/arm-elf" "AR=arm-elf-ar" "AS=arm-elf-as" "CC=arm-elf-gcc" "CXX=arm-elf-c++" "LD=arm-elf-ld" "LIBCFLAGS=-g -!
O2" "NM=arm-elf-nm" "PICFLAG=" "RANLIB=arm-elf-ranlib" "DESTDIR=" DO=all multi-do
make[2]: Entering directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/boehm-gc'
if [ -z "" ]; then \
  true; \
else \
  rootpre=`pwd`/; export rootpre; \
  srcrootpre=`cd ../../../libgcj-2000-03-02/boehm-gc; pwd`/; export srcrootpre; \
  lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
  compiler="arm-elf-gcc"; \
  for i in `${compiler} --print-multi-lib 2>/dev/null`; do \
    dir=`echo $i | sed -e 's/;.*$//'`; \
    if [ "${dir}" = "." ]; then \
      true; \
    else \
      if [ -d ../${dir}/${lib} ]; then \
	flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
	if (cd ../${dir}/${lib}; make  \
			CFLAGS="-g -O2 ${flags}" \
			CXXFLAGS="-g -O2 ${flags}" \
			LIBCFLAGS="-g -O2 ${flags}" \
			LIBCXXFLAGS="-g -O2 -fno-implicit-templates ${flags}" \
			LDFLAGS=" ${flags}" \
			all); then \
	  true; \
	else \
	  exit 1; \
	fi; \
      else true; \
      fi; \
    fi; \
  done; \
fi
make[2]: Leaving directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/boehm-gc'
make[1]: Leaving directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/boehm-gc'
make[1]: Entering directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/libjava'
make "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/bin/sh /export/home/cdornan/libgcj-2000-03-02/install-sh -c" "INSTALL_DATA=/bin/sh /export/home/cdornan/libgcj-2000-03-02/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /export/home/cdornan/libgcj-2000-03-02/install-sh -c " "INSTALL_SCRIPT=/bin/sh /export/home/cdornan/libgcj-2000-03-02/install-sh -c" "JC1FLAGS=-g -L/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/libjava  " "LDFLAGS=" "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo  " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "exec_prefix=/export/home/cdornan/gnu/gcc-2.95.2-arm" "infodir=/export/home/cdornan/gnu/gcc-2.95.2-arm/info" "libdir=/export/home/cdornan/gnu/gcc-2.95.2-arm/lib" "prefix=/export/home/cdornan/gnu/gcc-2.95.2-arm" "AR=arm-elf-ar" "AS=arm-elf-as" "CC=arm-elf-gcc" "CXX=arm-elf-c++" "LD=arm-elf-ld" "LIBCFLAGS=-g -O2" "NM=arm-elf-nm" "PICFLAG=" !
"RANLIB=arm-elf-ranlib" "DESTDIR=" DO=all multi-do
make[2]: Entering directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/libjava'
if [ -z "" ]; then \
  true; \
else \
  rootpre=`pwd`/; export rootpre; \
  srcrootpre=`cd ../../../libgcj-2000-03-02/libjava; pwd`/; export srcrootpre; \
  lib=`echo ${rootpre} | sed -e 's,^.*/\([^/][^/]*\)/$,\1,'`; \
  compiler="arm-elf-gcc"; \
  for i in `${compiler} --print-multi-lib 2>/dev/null`; do \
    dir=`echo $i | sed -e 's/;.*$//'`; \
    if [ "${dir}" = "." ]; then \
      true; \
    else \
      if [ -d ../${dir}/${lib} ]; then \
	flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
	if (cd ../${dir}/${lib}; make  \
			CFLAGS="-g -O2 ${flags}" \
			CXXFLAGS="-g -O2 ${flags}" \
			LIBCFLAGS="-g -O2 ${flags}" \
			LIBCXXFLAGS="-g -O2 -fno-implicit-templates ${flags}" \
			LDFLAGS=" ${flags}" \
			all); then \
	  true; \
	else \
	  exit 1; \
	fi; \
      else true; \
      fi; \
    fi; \
  done; \
fi
make[2]: Leaving directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/libjava'
Making all in testsuite
make[2]: Entering directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/libjava/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/libjava/testsuite'
Making all in gcj
make[2]: Entering directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/libjava/gcj'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/libjava/gcj'
Making all in include
make[2]: Entering directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/libjava/include'
make[2]: Leaving directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/libjava/include'
make[2]: Entering directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/libjava'
classpath . gnu/gcj/convert/BytesToUnicode
make[2]: classpath: Command not found
make[2]: [gnu/gcj/convert/BytesToUnicode.h] Error 127 (ignored)
classpath . gnu/gcj/convert/Convert
make[2]: classpath: Command not found
make[2]: [gnu/gcj/convert/Convert.h] Error 127 (ignored)
classpath . gnu/gcj/convert/Input_8859_1
make[2]: classpath: Command not found
make[2]: [gnu/gcj/convert/Input_8859_1.h] Error 127 (ignored)
classpath . gnu/gcj/convert/Input_EUCJIS
make[2]: classpath: Command not found
make[2]: [gnu/gcj/convert/Input_EUCJIS.h] Error 127 (ignored)
classpath . gnu/gcj/convert/Input_JavaSrc
make[2]: classpath: Command not found
make[2]: [gnu/gcj/convert/Input_JavaSrc.h] Error 127 (ignored)
classpath . gnu/gcj/convert/Input_SJIS
make[2]: classpath: Command not found
make[2]: [gnu/gcj/convert/Input_SJIS.h] Error 127 (ignored)
classpath . gnu/gcj/convert/Input_UTF8
make[2]: classpath: Command not found
make[2]: [gnu/gcj/convert/Input_UTF8.h] Error 127 (ignored)
classpath . gnu/gcj/convert/Input_iconv
make[2]: classpath: Command not found
make[2]: [gnu/gcj/convert/Input_iconv.h] Error 127 (ignored)
classpath . gnu/gcj/convert/Output_8859_1
make[2]: classpath: Command not found
make[2]: [gnu/gcj/convert/Output_8859_1.h] Error 127 (ignored)
classpath . gnu/gcj/convert/Output_EUCJIS
make[2]: classpath: Command not found
make[2]: [gnu/gcj/convert/Output_EUCJIS.h] Error 127 (ignored)
classpath . gnu/gcj/convert/Output_JavaSrc
make[2]: classpath: Command not found
make[2]: [gnu/gcj/convert/Output_JavaSrc.h] Error 127 (ignored)
classpath . gnu/gcj/convert/Output_SJIS
make[2]: classpath: Command not found
make[2]: [gnu/gcj/convert/Output_SJIS.h] Error 127 (ignored)
classpath . gnu/gcj/convert/Output_UTF8
make[2]: classpath: Command not found
make[2]: [gnu/gcj/convert/Output_UTF8.h] Error 127 (ignored)
classpath . gnu/gcj/convert/Output_iconv
make[2]: classpath: Command not found
make[2]: [gnu/gcj/convert/Output_iconv.h] Error 127 (ignored)
classpath . gnu/gcj/convert/UnicodeToBytes
make[2]: classpath: Command not found
make[2]: [gnu/gcj/convert/UnicodeToBytes.h] Error 127 (ignored)
classpath . gnu/gcj/io/DefaultMimeTypes
make[2]: classpath: Command not found
make[2]: [gnu/gcj/io/DefaultMimeTypes.h] Error 127 (ignored)
classpath . gnu/gcj/io/MimeTypes
make[2]: classpath: Command not found
make[2]: [gnu/gcj/io/MimeTypes.h] Error 127 (ignored)
classpath . gnu/gcj/jni/NativeThread
make[2]: classpath: Command not found
make[2]: [gnu/gcj/jni/NativeThread.h] Error 127 (ignored)
classpath . \
    -friend 'class _Jv_InterpMethod;' \
    gnu/gcj/runtime/MethodInvocation
make[2]: classpath: Command not found
make[2]: [gnu/gcj/runtime/MethodInvocation.h] Error 127 (ignored)
classpath . \
    -friend 'java::lang::ClassLoader;' \
    gnu/gcj/runtime/VMClassLoader
make[2]: classpath: Command not found
make[2]: [gnu/gcj/runtime/VMClassLoader.h] Error 127 (ignored)
classpath . gnu/gcj/text/BaseBreakIterator
make[2]: classpath: Command not found
make[2]: [gnu/gcj/text/BaseBreakIterator.h] Error 127 (ignored)
classpath . gnu/gcj/text/CharacterBreakIterator
make[2]: classpath: Command not found
make[2]: [gnu/gcj/text/CharacterBreakIterator.h] Error 127 (ignored)
classpath . gnu/gcj/text/LineBreakIterator
make[2]: classpath: Command not found
make[2]: [gnu/gcj/text/LineBreakIterator.h] Error 127 (ignored)
classpath . gnu/gcj/text/LocaleData_en
make[2]: classpath: Command not found
make[2]: [gnu/gcj/text/LocaleData_en.h] Error 127 (ignored)
classpath . gnu/gcj/text/LocaleData_en_US
make[2]: classpath: Command not found
make[2]: [gnu/gcj/text/LocaleData_en_US.h] Error 127 (ignored)
classpath . gnu/gcj/text/SentenceBreakIterator
make[2]: classpath: Command not found
make[2]: [gnu/gcj/text/SentenceBreakIterator.h] Error 127 (ignored)
classpath . gnu/gcj/text/WordBreakIterator
make[2]: classpath: Command not found
make[2]: [gnu/gcj/text/WordBreakIterator.h] Error 127 (ignored)
classpath . gnu/gcj/math/MPN
make[2]: classpath: Command not found
make[2]: [gnu/gcj/math/MPN.h] Error 127 (ignored)
classpath . gnu/gcj/protocol/file/Connection
make[2]: classpath: Command not found
make[2]: [gnu/gcj/protocol/file/Connection.h] Error 127 (ignored)
classpath . gnu/gcj/protocol/file/Handler
make[2]: classpath: Command not found
make[2]: [gnu/gcj/protocol/file/Handler.h] Error 127 (ignored)
classpath . gnu/gcj/protocol/http/Connection
make[2]: classpath: Command not found
make[2]: [gnu/gcj/protocol/http/Connection.h] Error 127 (ignored)
classpath . gnu/gcj/protocol/http/Handler
make[2]: classpath: Command not found
make[2]: [gnu/gcj/protocol/http/Handler.h] Error 127 (ignored)
classpath . gnu/gcj/protocol/jar/Handler
make[2]: classpath: Command not found
make[2]: [gnu/gcj/protocol/jar/Handler.h] Error 127 (ignored)
classpath . gnu/gcj/protocol/jar/Connection
make[2]: classpath: Command not found
make[2]: [gnu/gcj/protocol/jar/Connection.h] Error 127 (ignored)
classpath . gnu/gcj/RawData
make[2]: classpath: Command not found
make[2]: [gnu/gcj/RawData.h] Error 127 (ignored)
classpath . gnu/gcj/util/EnumerationChain
make[2]: classpath: Command not found
make[2]: [gnu/gcj/util/EnumerationChain.h] Error 127 (ignored)
classpath . java/io/BufferedInputStream
make[2]: classpath: Command not found
make[2]: [java/io/BufferedInputStream.h] Error 127 (ignored)
classpath . java/io/BufferedOutputStream
make[2]: classpath: Command not found
make[2]: [java/io/BufferedOutputStream.h] Error 127 (ignored)
classpath . java/io/BufferedReader
make[2]: classpath: Command not found
make[2]: [java/io/BufferedReader.h] Error 127 (ignored)
classpath . java/io/BufferedWriter
make[2]: classpath: Command not found
make[2]: [java/io/BufferedWriter.h] Error 127 (ignored)
classpath . java/io/ByteArrayInputStream
make[2]: classpath: Command not found
make[2]: [java/io/ByteArrayInputStream.h] Error 127 (ignored)
classpath . java/io/ByteArrayOutputStream
make[2]: classpath: Command not found
make[2]: [java/io/ByteArrayOutputStream.h] Error 127 (ignored)
classpath . java/io/CharArrayReader
make[2]: classpath: Command not found
make[2]: [java/io/CharArrayReader.h] Error 127 (ignored)
classpath . java/io/CharArrayWriter
make[2]: classpath: Command not found
make[2]: [java/io/CharArrayWriter.h] Error 127 (ignored)
classpath . java/io/CharConversionException
make[2]: classpath: Command not found
make[2]: [java/io/CharConversionException.h] Error 127 (ignored)
classpath . java/io/DataInput
make[2]: classpath: Command not found
make[2]: [java/io/DataInput.h] Error 127 (ignored)
classpath . java/io/DataInputStream
make[2]: classpath: Command not found
make[2]: [java/io/DataInputStream.h] Error 127 (ignored)
classpath . java/io/DataOutput
make[2]: classpath: Command not found
make[2]: [java/io/DataOutput.h] Error 127 (ignored)
classpath . java/io/DataOutputStream
make[2]: classpath: Command not found
make[2]: [java/io/DataOutputStream.h] Error 127 (ignored)
classpath . java/io/EOFException
make[2]: classpath: Command not found
make[2]: [java/io/EOFException.h] Error 127 (ignored)
classpath . java/io/File
make[2]: classpath: Command not found
make[2]: [java/io/File.h] Error 127 (ignored)
classpath . java/io/FileDescriptor
make[2]: classpath: Command not found
make[2]: [java/io/FileDescriptor.h] Error 127 (ignored)
classpath . java/io/FileInputStream
make[2]: classpath: Command not found
make[2]: [java/io/FileInputStream.h] Error 127 (ignored)
classpath . java/io/FileNotFoundException
make[2]: classpath: Command not found
make[2]: [java/io/FileNotFoundException.h] Error 127 (ignored)
classpath . java/io/FileOutputStream
make[2]: classpath: Command not found
make[2]: [java/io/FileOutputStream.h] Error 127 (ignored)
classpath . java/io/FileReader
make[2]: classpath: Command not found
make[2]: [java/io/FileReader.h] Error 127 (ignored)
classpath . java/io/FileWriter
make[2]: classpath: Command not found
make[2]: [java/io/FileWriter.h] Error 127 (ignored)
classpath . java/io/FilenameFilter
make[2]: classpath: Command not found
make[2]: [java/io/FilenameFilter.h] Error 127 (ignored)
classpath . java/io/FilterInputStream
make[2]: classpath: Command not found
make[2]: [java/io/FilterInputStream.h] Error 127 (ignored)
classpath . java/io/FilterOutputStream
make[2]: classpath: Command not found
make[2]: [java/io/FilterOutputStream.h] Error 127 (ignored)
classpath . java/io/FilterReader
make[2]: classpath: Command not found
make[2]: [java/io/FilterReader.h] Error 127 (ignored)
classpath . java/io/FilterWriter
make[2]: classpath: Command not found
make[2]: [java/io/FilterWriter.h] Error 127 (ignored)
classpath . java/io/IOException
make[2]: classpath: Command not found
make[2]: [java/io/IOException.h] Error 127 (ignored)
classpath . java/io/InputStream
make[2]: classpath: Command not found
make[2]: [java/io/InputStream.h] Error 127 (ignored)
classpath . java/io/InputStreamReader
make[2]: classpath: Command not found
make[2]: [java/io/InputStreamReader.h] Error 127 (ignored)
classpath . java/io/InterruptedIOException
make[2]: classpath: Command not found
make[2]: [java/io/InterruptedIOException.h] Error 127 (ignored)
classpath . java/io/LineNumberInputStream
make[2]: classpath: Command not found
make[2]: [java/io/LineNumberInputStream.h] Error 127 (ignored)
classpath . java/io/LineNumberReader
make[2]: classpath: Command not found
make[2]: [java/io/LineNumberReader.h] Error 127 (ignored)
classpath . java/io/OutputStream
make[2]: classpath: Command not found
make[2]: [java/io/OutputStream.h] Error 127 (ignored)
classpath . java/io/OutputStreamWriter
make[2]: classpath: Command not found
make[2]: [java/io/OutputStreamWriter.h] Error 127 (ignored)
classpath . java/io/PipedInputStream
make[2]: classpath: Command not found
make[2]: [java/io/PipedInputStream.h] Error 127 (ignored)
classpath . java/io/PipedOutputStream
make[2]: classpath: Command not found
make[2]: [java/io/PipedOutputStream.h] Error 127 (ignored)
classpath . java/io/PipedReader
make[2]: classpath: Command not found
make[2]: [java/io/PipedReader.h] Error 127 (ignored)
classpath . java/io/PipedWriter
make[2]: classpath: Command not found
make[2]: [java/io/PipedWriter.h] Error 127 (ignored)
classpath . java/io/PrintStream
make[2]: classpath: Command not found
make[2]: [java/io/PrintStream.h] Error 127 (ignored)
classpath . java/io/PrintWriter
make[2]: classpath: Command not found
make[2]: [java/io/PrintWriter.h] Error 127 (ignored)
classpath . java/io/PushbackInputStream
make[2]: classpath: Command not found
make[2]: [java/io/PushbackInputStream.h] Error 127 (ignored)
classpath . java/io/PushbackReader
make[2]: classpath: Command not found
make[2]: [java/io/PushbackReader.h] Error 127 (ignored)
classpath . java/io/RandomAccessFile
make[2]: classpath: Command not found
make[2]: [java/io/RandomAccessFile.h] Error 127 (ignored)
classpath . java/io/Reader
make[2]: classpath: Command not found
make[2]: [java/io/Reader.h] Error 127 (ignored)
classpath . java/io/SequenceInputStream
make[2]: classpath: Command not found
make[2]: [java/io/SequenceInputStream.h] Error 127 (ignored)
classpath . java/io/Serializable
make[2]: classpath: Command not found
make[2]: [java/io/Serializable.h] Error 127 (ignored)
classpath . java/io/StreamTokenizer
make[2]: classpath: Command not found
make[2]: [java/io/StreamTokenizer.h] Error 127 (ignored)
classpath . java/io/StringBufferInputStream
make[2]: classpath: Command not found
make[2]: [java/io/StringBufferInputStream.h] Error 127 (ignored)
classpath . java/io/StringReader
make[2]: classpath: Command not found
make[2]: [java/io/StringReader.h] Error 127 (ignored)
classpath . java/io/StringWriter
make[2]: classpath: Command not found
make[2]: [java/io/StringWriter.h] Error 127 (ignored)
classpath . java/io/SyncFailedException
make[2]: classpath: Command not found
make[2]: [java/io/SyncFailedException.h] Error 127 (ignored)
classpath . java/io/UTFDataFormatException
make[2]: classpath: Command not found
make[2]: [java/io/UTFDataFormatException.h] Error 127 (ignored)
classpath . java/io/UnsupportedEncodingException
make[2]: classpath: Command not found
make[2]: [java/io/UnsupportedEncodingException.h] Error 127 (ignored)
classpath . java/io/Writer
make[2]: classpath: Command not found
make[2]: [java/io/Writer.h] Error 127 (ignored)
classpath . java/lang/AbstractMethodError
make[2]: classpath: Command not found
make[2]: [java/lang/AbstractMethodError.h] Error 127 (ignored)
classpath . java/lang/ArithmeticException
make[2]: classpath: Command not found
make[2]: [java/lang/ArithmeticException.h] Error 127 (ignored)
classpath . java/lang/ArrayIndexOutOfBoundsException
make[2]: classpath: Command not found
make[2]: [java/lang/ArrayIndexOutOfBoundsException.h] Error 127 (ignored)
classpath . java/lang/ArrayStoreException
make[2]: classpath: Command not found
make[2]: [java/lang/ArrayStoreException.h] Error 127 (ignored)
classpath . java/lang/Boolean
make[2]: classpath: Command not found
make[2]: [java/lang/Boolean.h] Error 127 (ignored)
classpath . java/lang/Byte
make[2]: classpath: Command not found
make[2]: [java/lang/Byte.h] Error 127 (ignored)
classpath . java/lang/Character
make[2]: classpath: Command not found
make[2]: [java/lang/Character.h] Error 127 (ignored)
classpath . java/lang/ClassCastException
make[2]: classpath: Command not found
make[2]: [java/lang/ClassCastException.h] Error 127 (ignored)
classpath . java/lang/ClassCircularityError
make[2]: classpath: Command not found
make[2]: [java/lang/ClassCircularityError.h] Error 127 (ignored)
classpath . java/lang/ClassFormatError
make[2]: classpath: Command not found
make[2]: [java/lang/ClassFormatError.h] Error 127 (ignored)
classpath . \
	-friend 'jclass _Jv_FindClass (_Jv_Utf8Const *name, java::lang::ClassLoader *loader);' \
	java/lang/ClassLoader
make[2]: classpath: Command not found
make[2]: [java/lang/ClassLoader.h] Error 127 (ignored)
classpath . java/lang/ClassNotFoundException
make[2]: classpath: Command not found
make[2]: [java/lang/ClassNotFoundException.h] Error 127 (ignored)
classpath . java/lang/CloneNotSupportedException
make[2]: classpath: Command not found
make[2]: [java/lang/CloneNotSupportedException.h] Error 127 (ignored)
classpath . java/lang/Cloneable
make[2]: classpath: Command not found
make[2]: [java/lang/Cloneable.h] Error 127 (ignored)
classpath . java/lang/Comparable
make[2]: classpath: Command not found
make[2]: [java/lang/Comparable.h] Error 127 (ignored)
classpath . java/lang/Compiler
make[2]: classpath: Command not found
make[2]: [java/lang/Compiler.h] Error 127 (ignored)
classpath . java/lang/Double
make[2]: classpath: Command not found
make[2]: [java/lang/Double.h] Error 127 (ignored)
classpath . java/lang/Error
make[2]: classpath: Command not found
make[2]: [java/lang/Error.h] Error 127 (ignored)
classpath . java/lang/Exception
make[2]: classpath: Command not found
make[2]: [java/lang/Exception.h] Error 127 (ignored)
classpath . java/lang/ExceptionInInitializerError
make[2]: classpath: Command not found
make[2]: [java/lang/ExceptionInInitializerError.h] Error 127 (ignored)
classpath . \
	-friend 'void JvRunMain (jclass, int, const char **);' \
	-friend 'void _Jv_RunMain (const char*, int, const char **);' \
	java/lang/FirstThread
make[2]: classpath: Command not found
make[2]: [java/lang/FirstThread.h] Error 127 (ignored)
classpath . java/lang/Float
make[2]: classpath: Command not found
make[2]: [java/lang/Float.h] Error 127 (ignored)
classpath . java/lang/IllegalAccessError
make[2]: classpath: Command not found
make[2]: [java/lang/IllegalAccessError.h] Error 127 (ignored)
classpath . java/lang/IllegalAccessException
make[2]: classpath: Command not found
make[2]: [java/lang/IllegalAccessException.h] Error 127 (ignored)
classpath . java/lang/IllegalArgumentException
make[2]: classpath: Command not found
make[2]: [java/lang/IllegalArgumentException.h] Error 127 (ignored)
classpath . java/lang/IllegalMonitorStateException
make[2]: classpath: Command not found
make[2]: [java/lang/IllegalMonitorStateException.h] Error 127 (ignored)
classpath . java/lang/IllegalStateException
make[2]: classpath: Command not found
make[2]: [java/lang/IllegalStateException.h] Error 127 (ignored)
classpath . java/lang/IllegalThreadStateException
make[2]: classpath: Command not found
make[2]: [java/lang/IllegalThreadStateException.h] Error 127 (ignored)
classpath . java/lang/IncompatibleClassChangeError
make[2]: classpath: Command not found
make[2]: [java/lang/IncompatibleClassChangeError.h] Error 127 (ignored)
classpath . java/lang/IndexOutOfBoundsException
make[2]: classpath: Command not found
make[2]: [java/lang/IndexOutOfBoundsException.h] Error 127 (ignored)
classpath . java/lang/InstantiationError
make[2]: classpath: Command not found
make[2]: [java/lang/InstantiationError.h] Error 127 (ignored)
classpath . java/lang/InstantiationException
make[2]: classpath: Command not found
make[2]: [java/lang/InstantiationException.h] Error 127 (ignored)
classpath . java/lang/Integer
make[2]: classpath: Command not found
make[2]: [java/lang/Integer.h] Error 127 (ignored)
classpath . java/lang/InternalError
make[2]: classpath: Command not found
make[2]: [java/lang/InternalError.h] Error 127 (ignored)
classpath . java/lang/InterruptedException
make[2]: classpath: Command not found
make[2]: [java/lang/InterruptedException.h] Error 127 (ignored)
classpath . java/lang/LinkageError
make[2]: classpath: Command not found
make[2]: [java/lang/LinkageError.h] Error 127 (ignored)
classpath . java/lang/Long
make[2]: classpath: Command not found
make[2]: [java/lang/Long.h] Error 127 (ignored)
classpath . java/lang/Math
make[2]: classpath: Command not found
make[2]: [java/lang/Math.h] Error 127 (ignored)
classpath . java/lang/NegativeArraySizeException
make[2]: classpath: Command not found
make[2]: [java/lang/NegativeArraySizeException.h] Error 127 (ignored)
classpath . java/lang/NoClassDefFoundError
make[2]: classpath: Command not found
make[2]: [java/lang/NoClassDefFoundError.h] Error 127 (ignored)
classpath . java/lang/NoSuchFieldError
make[2]: classpath: Command not found
make[2]: [java/lang/NoSuchFieldError.h] Error 127 (ignored)
classpath . java/lang/NoSuchFieldException
make[2]: classpath: Command not found
make[2]: [java/lang/NoSuchFieldException.h] Error 127 (ignored)
classpath . java/lang/NoSuchMethodError
make[2]: classpath: Command not found
make[2]: [java/lang/NoSuchMethodError.h] Error 127 (ignored)
classpath . java/lang/NoSuchMethodException
make[2]: classpath: Command not found
make[2]: [java/lang/NoSuchMethodException.h] Error 127 (ignored)
classpath . java/lang/NullPointerException
make[2]: classpath: Command not found
make[2]: [java/lang/NullPointerException.h] Error 127 (ignored)
classpath . java/lang/Number
make[2]: classpath: Command not found
make[2]: [java/lang/Number.h] Error 127 (ignored)
classpath . java/lang/NumberFormatException
make[2]: classpath: Command not found
make[2]: [java/lang/NumberFormatException.h] Error 127 (ignored)
classpath . java/lang/OutOfMemoryError
make[2]: classpath: Command not found
make[2]: [java/lang/OutOfMemoryError.h] Error 127 (ignored)
classpath . java/lang/Process
make[2]: classpath: Command not found
make[2]: [java/lang/Process.h] Error 127 (ignored)
classpath . java/lang/Runnable
make[2]: classpath: Command not found
make[2]: [java/lang/Runnable.h] Error 127 (ignored)
classpath . java/lang/Runtime
make[2]: classpath: Command not found
make[2]: [java/lang/Runtime.h] Error 127 (ignored)
classpath . java/lang/RuntimeException
make[2]: classpath: Command not found
make[2]: [java/lang/RuntimeException.h] Error 127 (ignored)
classpath . java/lang/SecurityException
make[2]: classpath: Command not found
make[2]: [java/lang/SecurityException.h] Error 127 (ignored)
classpath . java/lang/SecurityManager
make[2]: classpath: Command not found
make[2]: [java/lang/SecurityManager.h] Error 127 (ignored)
classpath . java/lang/Short
make[2]: classpath: Command not found
make[2]: [java/lang/Short.h] Error 127 (ignored)
classpath . java/lang/StackOverflowError
make[2]: classpath: Command not found
make[2]: [java/lang/StackOverflowError.h] Error 127 (ignored)
classpath . \
    -friend 'jchar* _Jv_GetStringChars (jstring str);' \
    -friend 'jstring* _Jv_StringFindSlot (jchar*, jint, jint);' \
    -friend 'jstring* _Jv_StringGetSlot (jstring);' \
    -friend 'jstring _Jv_NewStringUtf8Const (_Jv_Utf8Const* str);' \
    -friend 'jstring _Jv_NewStringLatin1 (const char*, jsize);' \
    -friend 'jstring _Jv_AllocString (jsize);' \
    java/lang/String
make[2]: classpath: Command not found
make[2]: [java/lang/String.h] Error 127 (ignored)
classpath . java/lang/StringBuffer
make[2]: classpath: Command not found
make[2]: [java/lang/StringBuffer.h] Error 127 (ignored)
classpath . java/lang/StringIndexOutOfBoundsException
make[2]: classpath: Command not found
make[2]: [java/lang/StringIndexOutOfBoundsException.h] Error 127 (ignored)
classpath . java/lang/System
make[2]: classpath: Command not found
make[2]: [java/lang/System.h] Error 127 (ignored)
classpath . \
	-prepend 'class _Jv_JNIEnv;' \
	-prepend 'extern "Java" { namespace gnu { namespace gcj { namespace jni { class NativeThread; } } } };' \
	-friend '_Jv_JNIEnv * _Jv_GetCurrentJNIEnv ();' \
	-friend 'void _Jv_SetCurrentJNIEnv (_Jv_JNIEnv *env);' \
	-friend 'class gnu::gcj::jni::NativeThread;' \
	java/lang/Thread
make[2]: classpath: Command not found
make[2]: [java/lang/Thread.h] Error 127 (ignored)
classpath . java/lang/ThreadDeath
make[2]: classpath: Command not found
make[2]: [java/lang/ThreadDeath.h] Error 127 (ignored)
classpath . java/lang/ThreadGroup
make[2]: classpath: Command not found
make[2]: [java/lang/ThreadGroup.h] Error 127 (ignored)
classpath . java/lang/Throwable
make[2]: classpath: Command not found
make[2]: [java/lang/Throwable.h] Error 127 (ignored)
classpath . java/lang/UnknownError
make[2]: classpath: Command not found
make[2]: [java/lang/UnknownError.h] Error 127 (ignored)
classpath . java/lang/UnsatisfiedLinkError
make[2]: classpath: Command not found
make[2]: [java/lang/UnsatisfiedLinkError.h] Error 127 (ignored)
classpath . java/lang/UnsupportedOperationException
make[2]: classpath: Command not found
make[2]: [java/lang/UnsupportedOperationException.h] Error 127 (ignored)
classpath . java/lang/VerifyError
make[2]: classpath: Command not found
make[2]: [java/lang/VerifyError.h] Error 127 (ignored)
classpath . java/lang/VirtualMachineError
make[2]: classpath: Command not found
make[2]: [java/lang/VirtualMachineError.h] Error 127 (ignored)
classpath . java/lang/Void
make[2]: classpath: Command not found
make[2]: [java/lang/Void.h] Error 127 (ignored)
classpath . java/lang/reflect/AccessibleObject
make[2]: classpath: Command not found
make[2]: [java/lang/reflect/AccessibleObject.h] Error 127 (ignored)
classpath . java/lang/reflect/Array
make[2]: classpath: Command not found
make[2]: [java/lang/reflect/Array.h] Error 127 (ignored)
classpath . \
    -friend 'jmethodID _Jv_FromReflectedConstructor (java::lang::reflect::Constructor *);' \
    -friend 'java::lang::Class;' \
    -friend 'jobject _Jv_JNI_ToReflectedMethod (_Jv_JNIEnv *, jclass, jmethodID, jboolean);' \
    java/lang/reflect/Constructor
make[2]: classpath: Command not found
make[2]: [java/lang/reflect/Constructor.h] Error 127 (ignored)
classpath . \
    -friend 'jfieldID _Jv_FromReflectedField (java::lang::reflect::Field *);' \
    -friend 'jobject _Jv_JNI_ToReflectedField (_Jv_JNIEnv*, jclass, jfieldID, jboolean);' \
    -friend 'java::lang::Class;' \
    java/lang/reflect/Field
make[2]: classpath: Command not found
make[2]: [java/lang/reflect/Field.h] Error 127 (ignored)
classpath . java/lang/reflect/InvocationTargetException
make[2]: classpath: Command not found
make[2]: [java/lang/reflect/InvocationTargetException.h] Error 127 (ignored)
classpath . java/lang/reflect/Member
make[2]: classpath: Command not found
make[2]: [java/lang/reflect/Member.h] Error 127 (ignored)
classpath . \
    -friend 'jmethodID _Jv_FromReflectedMethod (java::lang::reflect::Method *);' \
    -friend 'java::lang::Class;' \
    -friend 'jobject _Jv_JNI_ToReflectedMethod (_Jv_JNIEnv *, jclass, jmethodID, jboolean);' \
    java/lang/reflect/Method
make[2]: classpath: Command not found
make[2]: [java/lang/reflect/Method.h] Error 127 (ignored)
classpath . java/lang/reflect/Modifier
make[2]: classpath: Command not found
make[2]: [java/lang/reflect/Modifier.h] Error 127 (ignored)
classpath . java/math/BigInteger
make[2]: classpath: Command not found
make[2]: [java/math/BigInteger.h] Error 127 (ignored)
classpath . java/net/BindException
make[2]: classpath: Command not found
make[2]: [java/net/BindException.h] Error 127 (ignored)
classpath . java/net/ConnectException
make[2]: classpath: Command not found
make[2]: [java/net/ConnectException.h] Error 127 (ignored)
classpath . java/net/ContentHandler
make[2]: classpath: Command not found
make[2]: [java/net/ContentHandler.h] Error 127 (ignored)
classpath . java/net/ContentHandlerFactory
make[2]: classpath: Command not found
make[2]: [java/net/ContentHandlerFactory.h] Error 127 (ignored)
classpath . java/net/DatagramPacket
make[2]: classpath: Command not found
make[2]: [java/net/DatagramPacket.h] Error 127 (ignored)
classpath . java/net/DatagramSocket
make[2]: classpath: Command not found
make[2]: [java/net/DatagramSocket.h] Error 127 (ignored)
classpath . java/net/DatagramSocketImpl
make[2]: classpath: Command not found
make[2]: [java/net/DatagramSocketImpl.h] Error 127 (ignored)
classpath . java/net/FileNameMap
make[2]: classpath: Command not found
make[2]: [java/net/FileNameMap.h] Error 127 (ignored)
classpath . java/net/HttpURLConnection
make[2]: classpath: Command not found
make[2]: [java/net/HttpURLConnection.h] Error 127 (ignored)
classpath . java/net/InetAddress
make[2]: classpath: Command not found
make[2]: [java/net/InetAddress.h] Error 127 (ignored)
classpath . java/net/JarURLConnection
make[2]: classpath: Command not found
make[2]: [java/net/JarURLConnection.h] Error 127 (ignored)
classpath . java/net/MalformedURLException
make[2]: classpath: Command not found
make[2]: [java/net/MalformedURLException.h] Error 127 (ignored)
classpath . java/net/MulticastSocket
make[2]: classpath: Command not found
make[2]: [java/net/MulticastSocket.h] Error 127 (ignored)
classpath . java/net/NoRouteToHostException
make[2]: classpath: Command not found
make[2]: [java/net/NoRouteToHostException.h] Error 127 (ignored)
classpath . java/net/PlainDatagramSocketImpl
make[2]: classpath: Command not found
make[2]: [java/net/PlainDatagramSocketImpl.h] Error 127 (ignored)
classpath . java/net/PlainSocketImpl
make[2]: classpath: Command not found
make[2]: [java/net/PlainSocketImpl.h] Error 127 (ignored)
classpath . java/net/ProtocolException
make[2]: classpath: Command not found
make[2]: [java/net/ProtocolException.h] Error 127 (ignored)
classpath . java/net/ServerSocket
make[2]: classpath: Command not found
make[2]: [java/net/ServerSocket.h] Error 127 (ignored)
classpath . java/net/Socket
make[2]: classpath: Command not found
make[2]: [java/net/Socket.h] Error 127 (ignored)
classpath . java/net/SocketException
make[2]: classpath: Command not found
make[2]: [java/net/SocketException.h] Error 127 (ignored)
classpath . java/net/SocketImpl
make[2]: classpath: Command not found
make[2]: [java/net/SocketImpl.h] Error 127 (ignored)
classpath . java/net/SocketImplFactory
make[2]: classpath: Command not found
make[2]: [java/net/SocketImplFactory.h] Error 127 (ignored)
classpath . java/net/SocketOptions
make[2]: classpath: Command not found
make[2]: [java/net/SocketOptions.h] Error 127 (ignored)
classpath . java/net/URL
make[2]: classpath: Command not found
make[2]: [java/net/URL.h] Error 127 (ignored)
classpath . java/net/URLClassLoader
make[2]: classpath: Command not found
make[2]: [java/net/URLClassLoader.h] Error 127 (ignored)
classpath . java/net/URLConnection
make[2]: classpath: Command not found
make[2]: [java/net/URLConnection.h] Error 127 (ignored)
classpath . java/net/URLDecoder
make[2]: classpath: Command not found
make[2]: [java/net/URLDecoder.h] Error 127 (ignored)
classpath . java/net/URLEncoder
make[2]: classpath: Command not found
make[2]: [java/net/URLEncoder.h] Error 127 (ignored)
classpath . java/net/URLStreamHandler
make[2]: classpath: Command not found
make[2]: [java/net/URLStreamHandler.h] Error 127 (ignored)
classpath . java/net/URLStreamHandlerFactory
make[2]: classpath: Command not found
make[2]: [java/net/URLStreamHandlerFactory.h] Error 127 (ignored)
classpath . java/net/UnknownHostException
make[2]: classpath: Command not found
make[2]: [java/net/UnknownHostException.h] Error 127 (ignored)
classpath . java/net/UnknownServiceException
make[2]: classpath: Command not found
make[2]: [java/net/UnknownServiceException.h] Error 127 (ignored)
classpath . java/security/MessageDigest
make[2]: classpath: Command not found
make[2]: [java/security/MessageDigest.h] Error 127 (ignored)
classpath . java/security/NoSuchAlgorithmException
make[2]: classpath: Command not found
make[2]: [java/security/NoSuchAlgorithmException.h] Error 127 (ignored)
classpath . java/security/SecureClassLoader
make[2]: classpath: Command not found
make[2]: [java/security/SecureClassLoader.h] Error 127 (ignored)
classpath . java/text/BreakIterator
make[2]: classpath: Command not found
make[2]: [java/text/BreakIterator.h] Error 127 (ignored)
classpath . java/text/CharacterIterator
make[2]: classpath: Command not found
make[2]: [java/text/CharacterIterator.h] Error 127 (ignored)
classpath . java/text/ChoiceFormat
make[2]: classpath: Command not found
make[2]: [java/text/ChoiceFormat.h] Error 127 (ignored)
classpath . java/text/CollationElementIterator
make[2]: classpath: Command not found
make[2]: [java/text/CollationElementIterator.h] Error 127 (ignored)
classpath . java/text/CollationKey
make[2]: classpath: Command not found
make[2]: [java/text/CollationKey.h] Error 127 (ignored)
classpath . java/text/Collator
make[2]: classpath: Command not found
make[2]: [java/text/Collator.h] Error 127 (ignored)
classpath . java/text/DateFormat
make[2]: classpath: Command not found
make[2]: [java/text/DateFormat.h] Error 127 (ignored)
classpath . java/text/DateFormatSymbols
make[2]: classpath: Command not found
make[2]: [java/text/DateFormatSymbols.h] Error 127 (ignored)
classpath . java/text/DecimalFormat
make[2]: classpath: Command not found
make[2]: [java/text/DecimalFormat.h] Error 127 (ignored)
classpath . java/text/DecimalFormatSymbols
make[2]: classpath: Command not found
make[2]: [java/text/DecimalFormatSymbols.h] Error 127 (ignored)
classpath . java/text/FieldPosition
make[2]: classpath: Command not found
make[2]: [java/text/FieldPosition.h] Error 127 (ignored)
classpath . java/text/Format
make[2]: classpath: Command not found
make[2]: [java/text/Format.h] Error 127 (ignored)
classpath . java/text/MessageFormat
make[2]: classpath: Command not found
make[2]: [java/text/MessageFormat.h] Error 127 (ignored)
classpath . java/text/NumberFormat
make[2]: classpath: Command not found
make[2]: [java/text/NumberFormat.h] Error 127 (ignored)
classpath . java/text/ParseException
make[2]: classpath: Command not found
make[2]: [java/text/ParseException.h] Error 127 (ignored)
classpath . java/text/ParsePosition
make[2]: classpath: Command not found
make[2]: [java/text/ParsePosition.h] Error 127 (ignored)
classpath . java/text/RuleBasedCollator
make[2]: classpath: Command not found
make[2]: [java/text/RuleBasedCollator.h] Error 127 (ignored)
classpath . java/text/SimpleDateFormat
make[2]: classpath: Command not found
make[2]: [java/text/SimpleDateFormat.h] Error 127 (ignored)
classpath . java/text/StringCharacterIterator
make[2]: classpath: Command not found
make[2]: [java/text/StringCharacterIterator.h] Error 127 (ignored)
classpath . java/util/BitSet
make[2]: classpath: Command not found
make[2]: [java/util/BitSet.h] Error 127 (ignored)
classpath . java/util/Calendar
make[2]: classpath: Command not found
make[2]: [java/util/Calendar.h] Error 127 (ignored)
classpath . java/util/ConcurrentModificationException
make[2]: classpath: Command not found
make[2]: [java/util/ConcurrentModificationException.h] Error 127 (ignored)
classpath . java/util/Date
make[2]: classpath: Command not found
make[2]: [java/util/Date.h] Error 127 (ignored)
classpath . java/util/Dictionary
make[2]: classpath: Command not found
make[2]: [java/util/Dictionary.h] Error 127 (ignored)
classpath . java/util/EmptyStackException
make[2]: classpath: Command not found
make[2]: [java/util/EmptyStackException.h] Error 127 (ignored)
classpath . java/util/Enumeration
make[2]: classpath: Command not found
make[2]: [java/util/Enumeration.h] Error 127 (ignored)
classpath . java/util/EventListener
make[2]: classpath: Command not found
make[2]: [java/util/EventListener.h] Error 127 (ignored)
classpath . java/util/EventObject
make[2]: classpath: Command not found
make[2]: [java/util/EventObject.h] Error 127 (ignored)
classpath . java/util/GregorianCalendar
make[2]: classpath: Command not found
make[2]: [java/util/GregorianCalendar.h] Error 127 (ignored)
classpath . java/util/Hashtable
make[2]: classpath: Command not found
make[2]: [java/util/Hashtable.h] Error 127 (ignored)
classpath . java/util/ListResourceBundle
make[2]: classpath: Command not found
make[2]: [java/util/ListResourceBundle.h] Error 127 (ignored)
classpath . java/util/Locale
make[2]: classpath: Command not found
make[2]: [java/util/Locale.h] Error 127 (ignored)
classpath . java/util/MissingResourceException
make[2]: classpath: Command not found
make[2]: [java/util/MissingResourceException.h] Error 127 (ignored)
classpath . java/util/NoSuchElementException
make[2]: classpath: Command not found
make[2]: [java/util/NoSuchElementException.h] Error 127 (ignored)
classpath . java/util/Observable
make[2]: classpath: Command not found
make[2]: [java/util/Observable.h] Error 127 (ignored)
classpath . java/util/Observer
make[2]: classpath: Command not found
make[2]: [java/util/Observer.h] Error 127 (ignored)
classpath . java/util/Properties
make[2]: classpath: Command not found
make[2]: [java/util/Properties.h] Error 127 (ignored)
classpath . java/util/PropertyResourceBundle
make[2]: classpath: Command not found
make[2]: [java/util/PropertyResourceBundle.h] Error 127 (ignored)
classpath . java/util/Random
make[2]: classpath: Command not found
make[2]: [java/util/Random.h] Error 127 (ignored)
classpath . java/util/ResourceBundle
make[2]: classpath: Command not found
make[2]: [java/util/ResourceBundle.h] Error 127 (ignored)
classpath . java/util/SimpleTimeZone
make[2]: classpath: Command not found
make[2]: [java/util/SimpleTimeZone.h] Error 127 (ignored)
classpath . java/util/Stack
make[2]: classpath: Command not found
make[2]: [java/util/Stack.h] Error 127 (ignored)
classpath . java/util/StringTokenizer
make[2]: classpath: Command not found
make[2]: [java/util/StringTokenizer.h] Error 127 (ignored)
classpath . java/util/TimeZone
make[2]: classpath: Command not found
make[2]: [java/util/TimeZone.h] Error 127 (ignored)
classpath . java/util/TooManyListenersException
make[2]: classpath: Command not found
make[2]: [java/util/TooManyListenersException.h] Error 127 (ignored)
classpath . java/util/Vector
make[2]: classpath: Command not found
make[2]: [java/util/Vector.h] Error 127 (ignored)
classpath . java/util/jar/JarFile
make[2]: classpath: Command not found
make[2]: [java/util/jar/JarFile.h] Error 127 (ignored)
classpath . java/util/jar/JarInputStream
make[2]: classpath: Command not found
make[2]: [java/util/jar/JarInputStream.h] Error 127 (ignored)
classpath . java/util/jar/JarEntry
make[2]: classpath: Command not found
make[2]: [java/util/jar/JarEntry.h] Error 127 (ignored)
classpath . java/util/zip/Adler32
make[2]: classpath: Command not found
make[2]: [java/util/zip/Adler32.h] Error 127 (ignored)
classpath . java/util/zip/CRC32
make[2]: classpath: Command not found
make[2]: [java/util/zip/CRC32.h] Error 127 (ignored)
classpath . java/util/zip/CheckedInputStream
make[2]: classpath: Command not found
make[2]: [java/util/zip/CheckedInputStream.h] Error 127 (ignored)
classpath . java/util/zip/CheckedOutputStream
make[2]: classpath: Command not found
make[2]: [java/util/zip/CheckedOutputStream.h] Error 127 (ignored)
classpath . java/util/zip/Checksum
make[2]: classpath: Command not found
make[2]: [java/util/zip/Checksum.h] Error 127 (ignored)
classpath . java/util/zip/DataFormatException
make[2]: classpath: Command not found
make[2]: [java/util/zip/DataFormatException.h] Error 127 (ignored)
classpath . java/util/zip/Deflater
make[2]: classpath: Command not found
make[2]: [java/util/zip/Deflater.h] Error 127 (ignored)
classpath . java/util/zip/DeflaterOutputStream
make[2]: classpath: Command not found
make[2]: [java/util/zip/DeflaterOutputStream.h] Error 127 (ignored)
classpath . java/util/zip/GZIPInputStream
make[2]: classpath: Command not found
make[2]: [java/util/zip/GZIPInputStream.h] Error 127 (ignored)
classpath . java/util/zip/GZIPOutputStream
make[2]: classpath: Command not found
make[2]: [java/util/zip/GZIPOutputStream.h] Error 127 (ignored)
classpath . java/util/zip/Inflater
make[2]: classpath: Command not found
make[2]: [java/util/zip/Inflater.h] Error 127 (ignored)
classpath . java/util/zip/InflaterInputStream
make[2]: classpath: Command not found
make[2]: [java/util/zip/InflaterInputStream.h] Error 127 (ignored)
classpath . java/util/zip/ZipConstants
make[2]: classpath: Command not found
make[2]: [java/util/zip/ZipConstants.h] Error 127 (ignored)
classpath . java/util/zip/ZipEntry
make[2]: classpath: Command not found
make[2]: [java/util/zip/ZipEntry.h] Error 127 (ignored)
classpath . java/util/zip/ZipException
make[2]: classpath: Command not found
make[2]: [java/util/zip/ZipException.h] Error 127 (ignored)
classpath . java/util/zip/ZipFile
make[2]: classpath: Command not found
make[2]: [java/util/zip/ZipFile.h] Error 127 (ignored)
classpath . java/util/zip/ZipInputStream
make[2]: classpath: Command not found
make[2]: [java/util/zip/ZipInputStream.h] Error 127 (ignored)
classpath . java/util/zip/ZipOutputStream
make[2]: classpath: Command not found
make[2]: [java/util/zip/ZipOutputStream.h] Error 127 (ignored)
classpath . java/lang/ConcreteProcess
make[2]: classpath: Command not found
make[2]: [java/lang/ConcreteProcess.h] Error 127 (ignored)
/bin/sh ./libtool --mode=compile arm-elf-c++ -DHAVE_CONFIG_H -I. -I../../../libgcj-2000-03-02/libjava -I./include -I../../../libgcj-2000-03-02/libjava -Iinclude -I../../../libgcj-2000-03-02/libjava/include -I../../../libgcj-2000-03-02/libjava/../boehm-gc -I./../boehm-gc  -DSILENT=1 -DNO_SIGNALS=1 -DNO_DEBUGGING=1 -DJAVA_FINALIZATION=1 -DNO_SIGSET=1 -DNO_CLOCK=1 -DSMALL_CONFIG=1    -I../../../libgcj-2000-03-02/libjava/../compat-include -I../../../libgcj-2000-03-02/libjava/../zlib -I../../../libgcj-2000-03-02/libjava/../libffi/include -I../libffi/include   -fno-rtti -fvtable-thunks   -fsjlj-exceptions -W -Wall -D_GNU_SOURCE -g -O2 -c ../../../libgcj-2000-03-02/libjava/prims.cc
arm-elf-c++ -DHAVE_CONFIG_H -I. -I../../../libgcj-2000-03-02/libjava -I./include -I../../../libgcj-2000-03-02/libjava -Iinclude -I../../../libgcj-2000-03-02/libjava/include -I../../../libgcj-2000-03-02/libjava/../boehm-gc -I./../boehm-gc -DSILENT=1 -DNO_SIGNALS=1 -DNO_DEBUGGING=1 -DJAVA_FINALIZATION=1 -DNO_SIGSET=1 -DNO_CLOCK=1 -DSMALL_CONFIG=1 -I../../../libgcj-2000-03-02/libjava/../compat-include -I../../../libgcj-2000-03-02/libjava/../zlib -I../../../libgcj-2000-03-02/libjava/../libffi/include -I../libffi/include -fno-rtti -fvtable-thunks -fsjlj-exceptions -W -Wall -D_GNU_SOURCE -g -O2 -Wp,-MD,.deps/prims.pp -c ../../../libgcj-2000-03-02/libjava/prims.cc -o prims.o
In file included from ../../../libgcj-2000-03-02/libjava/gcj/cni.h:17,
                 from ../../../libgcj-2000-03-02/libjava/prims.cc:23:
../../../libgcj-2000-03-02/libjava/java/lang/Class.h:18: java/lang/String.h: No such file or directory
../../../libgcj-2000-03-02/libjava/java/lang/Class.h:19: java/net/URL.h: No such file or directory
In file included from ../../../libgcj-2000-03-02/libjava/include/jvm.h:25,
                 from ../../../libgcj-2000-03-02/libjava/prims.cc:24:
../../../libgcj-2000-03-02/libjava/gcj/field.h:15: java/lang/reflect/Field.h: No such file or directory
../../../libgcj-2000-03-02/libjava/prims.cc:37: java/lang/Runtime.h: No such file or directory
../../../libgcj-2000-03-02/libjava/prims.cc:38: java/lang/String.h: No such file or directory
../../../libgcj-2000-03-02/libjava/prims.cc:39: java/lang/Thread.h: No such file or directory
../../../libgcj-2000-03-02/libjava/prims.cc:40: java/lang/ThreadGroup.h: No such file or directory
../../../libgcj-2000-03-02/libjava/prims.cc:41: java/lang/FirstThread.h: No such file or directory
../../../libgcj-2000-03-02/libjava/prims.cc:42: java/lang/ArrayIndexOutOfBoundsException.h: No such file or directory
../../../libgcj-2000-03-02/libjava/prims.cc:43: java/lang/ArithmeticException.h: No such file or directory
../../../libgcj-2000-03-02/libjava/prims.cc:44: java/lang/ClassFormatError.h: No such file or directory
../../../libgcj-2000-03-02/libjava/prims.cc:45: java/lang/NegativeArraySizeException.h: No such file or directory
../../../libgcj-2000-03-02/libjava/prims.cc:46: java/lang/NullPointerException.h: No such file or directory
../../../libgcj-2000-03-02/libjava/prims.cc:47: java/lang/OutOfMemoryError.h: No such file or directory
../../../libgcj-2000-03-02/libjava/prims.cc:48: java/lang/System.h: No such file or directory
../../../libgcj-2000-03-02/libjava/prims.cc:49: java/lang/reflect/Modifier.h: No such file or directory
../../../libgcj-2000-03-02/libjava/prims.cc:50: java/io/PrintStream.h: No such file or directory
make[2]: *** [prims.lo] Error 1
make[2]: Leaving directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/libjava'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/cdornan/libgcj-2000-03-02-arm/arm-elf/libjava'
make: *** [all-target-libjava] Error 2

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]