From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31860 invoked by alias); 4 Oct 2002 19:06:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 31840 invoked by uid 71); 4 Oct 2002 19:06:00 -0000 Resent-Date: 4 Oct 2002 19:06:00 -0000 Resent-Message-ID: <20021004190600.31839.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, jredman@ergotech.com Received: (qmail 28725 invoked by uid 61); 4 Oct 2002 18:59:11 -0000 Message-Id: <20021004185911.28724.qmail@sources.redhat.com> Date: Fri, 04 Oct 2002 12:06:00 -0000 From: jredman@ergotech.com Reply-To: jredman@ergotech.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: middle-end/8147: Erroneous Duplicate Symbols in GCJ X-SW-Source: 2002-10/txt/msg00165.txt.bz2 List-Id: >Number: 8147 >Category: middle-end >Synopsis: Erroneous Duplicate Symbols in GCJ >Confidential: no >Severity: critical >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Fri Oct 04 12:06:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: jredman@ergotech.com >Release: gcc version 3.0.4 >Organization: >Environment: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.0.4/specs Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.0.4/libgcj.spec rename spec lib to liborig rename spec startfile to startfileorig Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib Thread model: posix gcc version 3.0.4 (Red Hat Linux 7.2 3.0.4-1) >Description: These two methods: public void setDocumentHandler(final org.xml.sax.DocumentHandler handler) { this.documentHandler = (handler == null) ? this : handler; this.extDocumentHandler = this; } public void setDocumentHandler(final uk.org.xml.sax.DocumentHandler handler) { this.documentHandler = this.extDocumentHandler = (handler == null) ? this : handler; this.documentHandler.setDocumentLocator(this); } Produce this: ccS2SSFK.s:3949: Error: symbol `_ZN2uk2co6wilson3xml5MinML18setDocumentHandlerEPNS2_3sax15DocumentHandlerE' is already defined >How-To-Repeat: This is what I'm trying to compile: http://www.wilson.co.uk/xml/minml.htm Let me know if you need more info. >Fix: >Release-Note: >Audit-Trail: >Unformatted: