From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20934 invoked by alias); 4 Jun 2003 13:54:10 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 20803 invoked from network); 4 Jun 2003 13:54:10 -0000 Received: from unknown (HELO mx.compgen.com) (158.155.2.6) by sources.redhat.com with SMTP; 4 Jun 2003 13:54:10 -0000 Received: from bass.compgen.com (bass.compgen.com [158.155.4.59]) by mx.compgen.com (8.11.6/8.11.6) with ESMTP id h54Ds9T30070; Wed, 4 Jun 2003 09:54:09 -0400 Received: (from jlm@localhost) by bass.compgen.com (8.11.6/8.11.6) id h54Ds9120497; Wed, 4 Jun 2003 09:54:09 -0400 X-Authentication-Warning: bass.compgen.com: jlm set sender to jlm@compgen.com using -f From: Jesse Marlin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16093.64001.149772.983906@bass.compgen.com> Date: Wed, 04 Jun 2003 13:54:00 -0000 To: Joel Brobecker Cc: Jesse Marlin , gdb@sources.redhat.com Subject: Re: Problems compiling gdb-5.3 on 64 bit solaris 2.8 In-Reply-To: <20030603230741.GM919@gnat.com> References: <16093.9976.975472.23076@bass.compgen.com> <20030603230741.GM919@gnat.com> Reply-To: jlm@compgen.com X-SW-Source: 2003-06/txt/msg00053.txt.bz2 Joel Brobecker writes: > > I am having problems compiling gdb-5.3 under 64 bit solaris 2.8. > > I am configuring with the following: > > > > CC="/usr/local/gcc-3.1/bin/gcc -m64" ./configure sparc64-sun-solaris2.8 > > Could you try again with "sparcv9-sun-solaris2.8" instead? Same problem. /usr/local/gcc-3.1/bin/gcc -m64 -c -g -I/usr/include/v9 -I. -I. -I./config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../intl -I./../intl -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized gdb.c cc1: warning: -Wuninitialized is not supported without -O In file included from gdb.c:21: defs.h:757:16: xm.h: Is a directory defs.h:774:16: tm.h: Is a directory gmake[1]: *** [gdb.o] Error 1 gmake[1]: Leaving directory `/trout/home/jlm/compile/eclipse/gdb-5.3/gdb'