From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25658 invoked by alias); 13 Apr 2010 07:52:50 -0000 Received: (qmail 25641 invoked by uid 48); 13 Apr 2010 07:52:49 -0000 Date: Tue, 13 Apr 2010 07:52:00 -0000 From: "sebastian dot wenzler at hp dot com" To: gdb-prs@sourceware.org Message-ID: <20100413075247.11493.sebastian.wenzler@hp.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug gdb/11493] New: gdb 7.1 sparcv9 sol9 build fails due to symbol error elfcore_write_prstatus X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q2/txt/msg00066.txt.bz2 Hello , we're trying to compile gdb 7.1 on Solaris 9. 64 and 32 bit builds both fail with symbol error. Looks like bfd problem is rising again?! I also tried --disable-largefile and --disable-tui but that didn't help either. Environment looks like this: make 3.81 # uname -a SunOS aachen3 5.9 Generic_122300-19 sun4u sparc SUNW,Sun-Blade-1500 # gcc -v Using built-in specs. Target: sparcv9-sun-solaris29 Configured with: /home/xhpkagu/test/gcc/gcc-4.4.3_SOL9/configure --prefix=/app/gcc/4.4.3 --with-gmp=/app/gmp/4.2.4 --with-mpfr=/app/mpfr/2.4.0 --enable-languages=c,c++,fortran,objc sparcv9-sun-solaris29 Thread model: posix gcc version 4.4.3 (GCC) ./configure --prefix=/app/gdb/7.0 --enable-shared=yes sparcv9-sun-solaris29 ; make make install ..... make[3]: Leaving directory `/local/scratch/gdb-7.1/gdb' rm -f gdb sparcv9-sun-solaris29-gcc -g -O2 \ -o gdb gdb.o libgdb.a \ ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ./../intl/libintl.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -ldl -ltermcap -lz -lsocket -lnsl -lm ../libiberty/libiberty.a gnulib/libgnu.a Undefined first referenced symbol in file elfcore_write_prstatus libgdb.a(procfs.o) ld: fatal: Symbol referencing errors. No output written to gdb collect2: ld returned 1 exit status make[2]: *** [gdb] Error 1 make[2]: Leaving directory `/local/scratch/gdb-7.1/gdb' make[1]: *** [all-gdb] Error 2 make[1]: Leaving directory `/local/scratch/gdb-7.1' make: *** [all] Error 2 Any hints appreciated. BR Sebastian -- Summary: gdb 7.1 sparcv9 sol9 build fails due to symbol error elfcore_write_prstatus Product: gdb Version: 7.1 Status: UNCONFIRMED Severity: critical Priority: P2 Component: gdb AssignedTo: unassigned at sourceware dot org ReportedBy: sebastian dot wenzler at hp dot com CC: gdb-prs at sourceware dot org GCC build triplet: sparcv9-sun-solaris29 GCC host triplet: sparcv9-sun-solaris29 GCC target triplet: sparcv9-sun-solaris29 http://sourceware.org/bugzilla/show_bug.cgi?id=11493 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.