Building from CVS: natPlainSocketImplPosix.cc: File not found

Scott Gilbertson scottg@mantatest.com
Fri Nov 21 21:59:00 GMT 2003


I hadn't grabbed the trunk from cvs in a while (or even built libjava, for
that matter), and tried to do so today.  The first problem was that it
choked trying to configure libffi/testsuite, but I removed testsuite from
the libffi/Makefile.am and libffi/Makefile.in files, and it got past that.
Now it dies on libjava stuff.  I'm wondering whether I'm missing something
obvious.


-------------------------
I configure with:
  ../gcc/configure
    --prefix=/usr
    --mandir=/usr/share/man
    --infodir=/usr/share/info
    --enable-shared
    --enable-threads=posix
    --disable-checking
    --host=i386-redhat-linux
    --enable-java-awt=xlib,gtk
    --enable-libgcj
    --enable-languages=c,c++,java
    --with-system-zlib
    --enable-__cxa_atexit

-------------------------
I build with:
  localedef -f ISO-8859-1 -i de_DE /var/tmp/de_DE
  export LOCPATH=/var/tmp:/usr/lib/locale
  make bootstrap

-------------------------
Here's some output from "make bootstrap", including the error at the end:
Configuring in i386-redhat-linux/libjava
...
creating ./config.status
creating Makefile
creating libgcj.pc
creating libgcj.spec
creating libgcj-test.spec
creating gnu/classpath/Configuration.java
creating gcj/Makefile
creating include/Makefile
creating testsuite/Makefile
creating include/config.h
creating gcj/libgcj-config.h
linking ../../../gcc/libjava/include/posix.h to include/platform.h
linking ../../../gcc/libjava/java/io/natFilePosix.cc to java/io/natFile.cc
linking ../../../gcc/libjava/java/io/natFileDescriptorPosix.cc to
java/io/natFileDescriptor.cc
linking ../../../gcc/libjava/java/lang/PosixProcess.java to
java/lang/ConcreteProcess.java
linking ../../../gcc/libjava/java/lang/natPosixProcess.cc to
java/lang/natConcreteProcess.cc
linking ../../../gcc/libjava/java/net/natInetAddressPosix.cc to
java/net/natInetAddress.cc
linking ../../../gcc/libjava/java/net/natNetworkInterfacePosix.cc to
java/net/natNetworkInterface.cc
linking ../../../gcc/libjava/gnu/java/net/natPlainSocketImplPosix.cc to
gnu/java/net/natPlainSocketI
mpl.cc
configure: error:
../../../gcc/libjava/gnu/java/net/natPlainSocketImplPosix.cc: File not found
make: *** [configure-target-libjava] Error 1



More information about the Java mailing list