This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

[Fwd: [Bug bootstrap/17288] New: build failure, undefined referenceto `gnu::gcj::convert::Convert::class$']


Do any of you have any futher information on this PR, which relates to a problem bootstrapping GCC 3.4.2 on AMD 64 with respect to libgcj?

Thanks,

--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@codesourcery.com

--- Begin Message ---
This system is native x86_64-unknown-linux-gnu running red had advanced server 3.

/tmp/chastain/342/build/gcc/gcj
-B/tmp/chastain/342/build/x86_64-unknown-linux-gnu/32/libjava/
-B/tmp/chastain/342/build/gcc/ -ffloat-store -fno-omit-frame-pointer -g -O2 -m32
-m32 -o jv-convert --main=gnu.gcj.convert.Convert -shared-libgcc 
-L/tmp/chastain/342/build/x86_64-unknown-linux-gnu/32/libjava
-L/tmp/chastain/342/build/x86_64-unknown-linux-gnu/32/libjava/.libs
./.libs/libgcj.so
-L/tmp/chastain/342/build/x86_64-unknown-linux-gnu/32/libstdc++-v3/src
-L/tmp/chastain/342/build/x86_64-unknown-linux-gnu/32/libstdc++-v3/src/.libs
-lpthread -ldl -L/tmp/chastain/342/build/gcc/32 -L/tmp/chastain/342/build/gcc
-L/lib/../lib -L/usr/lib/../lib -lgcc_s_32 -lc -lgcc_s_32 -Wl,--rpath
-Wl,/tmp/chastain/342/build/x86_64-unknown-linux-gnu/32/libjava/.libs
-Wl,--rpath -Wl,/tmp/chastain/342/install/lib/../lib                           
                                            /tmp/cc27wlAV.o(.text+0x1c): In
function `main':                                /tmp/ccQ7rxWK.i:11: undefined
reference to `gnu::gcj::convert::Convert::class$' ./.libs/libgcj.so: undefined
reference to `java::lang::ArrayIndexOutOfBoundsException::class$'              
                                                   ./.libs/libgcj.so: undefined
reference to `java::lang::System::gc()'            ./.libs/libgcj.so: undefined
reference to `java::lang::IllegalArgumentException::class$'
...

I'm building with gnu make 3.79.1 and the system-supplied assembler, linker, and
C compiler.

This is a two-processor system but I did not use the "-j" flag to make.

Scripts and logs attached.

-- 
           Summary: build failure, undefined reference to
                    `gnu::gcj::convert::Convert::class$'
           Product: gcc
           Version: 3.4.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P1
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mec dot gnu at mindspring dot com
                CC: gcc-bugs at gcc dot gnu dot org,mark at codesourcery dot
                    com
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

--- End Message ---

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