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]

java/2194: error: redefinition of symbol ".LLBB0"



>Number:         2194
>Category:       java
>Synopsis:       error: redefinition of symbol ".LLBB0"
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 06 06:26:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Klimov
>Release:        3.1 20010306 (CVS)
>Organization:
>Environment:
SunOS iridium 5.6 Generic_105181-20 sun4u sparc SUNW,Ultra-5_10
>Description:
I tried:
../gcc/configure --prefix=${PREFIX}  --with-cpu=ultrasparc --enable-languages='c++,objc,f77,java' && \
make CFLAGS='-O2' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2 -fno-implicit-templates' bootstrap 

and got:
...
/export/home/ask/build/gcc-build/gcc/gcj -B/export/home/ask/build/gcc-build/sparc-sun-solaris2.6/libjava/ -B/export/home/ask/build/gcc-build/gcc/ --encoding=UTF-8 -fassume-compiled -fclasspath=/export/home/ask/build/gcc -build/sparc-sun-solaris2.6/libjava -L/export/home/ask/build/gcc-build/sparc-sun-solaris2.6/libjava -g -MD -MT java/io/ObjectOutputStream.lo -MF java/io/ObjectOutputStream.d -c ../../../gcc/libjava/java/io/ObjectOutputStream.java -fPIC
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3501: error: redefinition of symbol ".LLBB0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3522: error: redefinition of symbol ".LLBE0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3536: error: redefinition of symbol ".LLBB0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3542: error: redefinition of symbol ".LLBB0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3549: error: redefinition of symbol ".LLBB0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3550: error: redefinition of symbol ".LLBB0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3565: error: redefinition of symbol ".LLBB0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3623: error: redefinition of symbol ".LLBB0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3668: error: redefinition of symbol ".LLBE0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3671: error: redefinition of symbol ".LLBE0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3682: error: redefinition of symbol ".LLBE0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3699: error: redefinition of symbol ".LLBE0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3700: error: redefinition of symbol ".LLBE0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3701: error: redefinition of symbol ".LLBE0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3748: error: redefinition of symbol ".LLBB0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3767: error: redefinition of symbol ".LLBE0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3781: error: redefinition of symbol ".LLBB0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3787: error: redefinition of symbol ".LLBE0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3791: error: redefinition of symbol ".LLBB0"
/usr/ccs/bin/as: "/tmp/cc09OLhs.s", line 3797: error: redefinition of symbol ".LLBE0"
make[3]: *** [java/io/ObjectOutputStream.lo] Error 1
make[3]: Leaving directory `/export/home/ask/build/gcc-build/sparc-sun-solaris2.6/libjava'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/export/home/ask/build/gcc-build/sparc-sun-solaris2.6/libjava'
make[1]: *** [all-target-libjava] Error 2
make[1]: Leaving directory `/export/home/ask/build/gcc-build'
make: *** [bootstrap] Error 2
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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