From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7441 invoked by alias); 22 Mar 2003 06:26:02 -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 7403 invoked by uid 71); 22 Mar 2003 06:26:01 -0000 Date: Sat, 22 Mar 2003 06:26:00 -0000 Message-ID: <20030322062601.7382.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Joerg Stritzinger Subject: Re: bootstrap/9992: Building compiler for UDK on SCO OpenServer fails Reply-To: Joerg Stritzinger X-SW-Source: 2003-03/txt/msg01461.txt.bz2 List-Id: The following reply was made to PR bootstrap/9992; it has been noted by GNATS. From: Joerg Stritzinger To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, joergs@shaw.ca, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Cc: Subject: Re: bootstrap/9992: Building compiler for UDK on SCO OpenServer fails Date: Fri, 21 Mar 2003 23:23:05 -0700 Hi Wolfgang, I wasn't clear in my description. I actually ran configure in the top directory of "gcc-3.2.2" and NOT in the source subdirectory "gcc". It seems, that the problem occurs during the assember code generation where under some weird circumstances the symbols are printed incorrectly (something like ".LB01-." instead of ".LB01"). This happens only consistently in certain functions (i.e. _divdi3 ) and NOT always. It almost looks like an oversight somewhere in the compiler code that shows up only for this target type. I hope this helps. Thanks, Joerg bangerth@dealii.org wrote: >Synopsis: Building compiler for UDK on SCO OpenServer fails > >State-Changed-From-To: open->feedback >State-Changed-By: bangerth >State-Changed-When: Sat Mar 22 04:28:46 2003 >State-Changed-Why: > The configure line you send seems to indicate that you called > configure in the same directory as the sources. This is > recommended against in the installation instructions. > > Does changing this to what the instructions recommend > change anything? > > Thanks > Wolfgang > >http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9992 >