This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/12388] New: mingw32 target fails to build libjava


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12388

           Summary: mingw32 target fails to build libjava
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: brawer at dandelis dot ch
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i386-pc-mingw32

gcc 20030924 fails to build for the mingw32 target. The 20030902 version worked
ok; the 20030912 version also fails to build.

$ (checkout gcc from cvs on 2003-09-24)

$ ../gcc/configure --prefix=/opt/cross-mingw32-Sep24 --target=mingw32
--host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --enable-languages=c,c++,java
--disable-nls --disable-debug --enable-threads=win32 --with-gcc --with-gnu-as
--with-gnu-ld --without-newlib --disable-win32-registry --disable-shared
--enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm
--disable-libgcj-debug --enable-interpreter --enable-hash-synchronization

$ make
[...]
gnu/java/net/natPlainSocketImpl.cc:349: error:
`gnu::java::net::PlainSocketImpl$SocketOutputStream' is not a class-name or
namespace-name
[more errors follow, see attached output]


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