From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12959 invoked by alias); 20 Oct 2004 15:46:50 -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 12947 invoked from network); 20 Oct 2004 15:46:48 -0000 Received: from unknown (HELO maynard.mail.mindspring.net) (207.69.200.243) by sourceware.org with SMTP; 20 Oct 2004 15:46:48 -0000 Received: from reserved-role-dmzfront.fw.earthlink.net ([198.185.0.144] helo=[10.30.102.204]) by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1CKIfo-0007uJ-00 for gdb@sources.redhat.com; Wed, 20 Oct 2004 11:46:48 -0400 Subject: compile error on solaris 8 and 2.6 From: Andrew Hall To: gdb@sources.redhat.com Content-Type: text/plain Message-Id: <1098287184.27340.41.camel@flagg> Mime-Version: 1.0 Date: Wed, 20 Oct 2004 18:34:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-10/txt/msg00375.txt.bz2 Greetings, While trying to compile gdb on Solaris 8 and 2.6 I get the following error: rm -f gdb gcc -g -O2 \ -o gdb gdb.o libgdb.a \ ../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a ../libiberty/libiberty.a -ldl -ltermcap -lsocket -lnsl -lm -liconv ../libiberty/libiberty.a Undefined first referenced symbol in file wattr_on libgdb.a(tui-wingeneral.o) wattr_off libgdb.a(tui-wingeneral.o) ld: fatal: Symbol referencing errors. No output written to gdb collect2: ld returned 1 exit status make[1]: *** [gdb] Error 1 make[1]: Leaving directory `/netapp/home/halla3/gdb-6.2.1/gdb' make: *** [all-gdb] Error 2 bash-2.03$ Any suggestions? Thanks, Drew