From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19414 invoked by alias); 28 May 2009 14:56:32 -0000 Received: (qmail 19404 invoked by uid 22791); 28 May 2009 14:56:32 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 28 May 2009 14:56:27 +0000 Received: from spaceape23.eur.corp.google.com (spaceape23.eur.corp.google.com [172.28.16.75]) by smtp-out.google.com with ESMTP id n4SEuNFs012418 for ; Thu, 28 May 2009 15:56:23 +0100 Received: from qyk32 (qyk32.prod.google.com [10.241.83.160]) by spaceape23.eur.corp.google.com with ESMTP id n4SEtrOm021477 for ; Thu, 28 May 2009 07:56:22 -0700 Received: by qyk32 with SMTP id 32so7142611qyk.0 for ; Thu, 28 May 2009 07:56:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.110.6 with SMTP id l6mr673390qcp.52.1243522581761; Thu, 28 May 2009 07:56:21 -0700 (PDT) In-Reply-To: <001001c9df7b$8f2a3810$ad7ea830$@u-strasbg.fr> References: <001001c9df7b$8f2a3810$ad7ea830$@u-strasbg.fr> Date: Thu, 28 May 2009 14:56:00 -0000 Message-ID: <8ac60eac0905280756h62922638kc1ae17be6936720a@mail.gmail.com> Subject: Re: [RFA] Build failure fix: Python troubles on non-python targets... From: Paul Pluzhnikov To: Pierre Muller Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00606.txt.bz2 On Thu, May 28, 2009 at 3:03 AM, Pierre Muller wrote: > On DJGPP, > I now get this failure: Current CVS Head similarly fails on Linux: gcc -g -O2 \ -o gdbtui tui-main.o libgdb.a \ ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a -lncurses -lz -lm ../libiberty/libiberty.a gnulib/libgnu.a -ldl -rdynamic libgdb.a(valprint.o): In function `value_print': /home/ppluzhnikov/Archive/sourceware.org/gdb/build/gdb/../../src/gdb/valprint.c:388: undefined reference to `apply_val_pretty_printer' -- Paul Pluzhnikov