From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28867 invoked by alias); 3 Jun 2003 22:53:46 -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 28858 invoked from network); 3 Jun 2003 22:53:46 -0000 Received: from unknown (HELO mx.compgen.com) (158.155.2.6) by sources.redhat.com with SMTP; 3 Jun 2003 22:53:46 -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 h53Mrj009923 for ; Tue, 3 Jun 2003 18:53:45 -0400 Received: (from jlm@localhost) by bass.compgen.com (8.11.6/8.11.6) id h53MrjO15282; Tue, 3 Jun 2003 18:53:45 -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.9976.975472.23076@bass.compgen.com> Date: Tue, 03 Jun 2003 22:53:00 -0000 To: gdb@sources.redhat.com Subject: Problems compiling gdb-5.3 on 64 bit solaris 2.8 Reply-To: jlm@compgen.com X-SW-Source: 2003-06/txt/msg00042.txt.bz2 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 After I start compiling I get this error: /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' gmake: *** [all-gdb] Error 2 The file gdb/xm.h does exist and is a link that points to nothing. I am guessing that specifying the target above perhaps missed something. I looked for some xm-*.h files that I could set this file, but couldn't find anything that quite fit this architecture. Does anyone have any suggestions?