From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6479 invoked by alias); 28 Apr 2005 15:33:23 -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 6185 invoked from network); 28 Apr 2005 15:33:08 -0000 Received: from unknown (HELO smarthost0.mail.uk.easynet.net) (212.135.6.10) by sourceware.org with SMTP; 28 Apr 2005 15:33:08 -0000 Received: from [217.207.128.220] (helo=mx.transitive.com) by smarthost0.mail.uk.easynet.net with esmtp (Exim 4.10) id 1DRB0h-000H0g-00; Thu, 28 Apr 2005 16:33:03 +0100 Subject: Re: Persitance of .gdbinit variables From: Alex Bennee To: Daniel Jacobowitz Cc: gdb@sources.redhat.com In-Reply-To: <20050428152007.GA3533@nevyn.them.org> References: <1114701359.6341.83.camel@okra.transitives.com> <20050428152007.GA3533@nevyn.them.org> Content-Type: text/plain Date: Thu, 28 Apr 2005 16:21:00 -0000 Message-Id: <1114702364.6341.85.camel@okra.transitives.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-TL-MailScanner: Found to be clean X-SW-Source: 2005-04/txt/msg00210.txt.bz2 On Thu, 2005-04-28 at 11:20 -0400, Daniel Jacobowitz wrote: > Could you try a newer version of GDB? If it still doesn't work in 6.3, > I'll need more details on how to reproduce it; because it appears to > work OK for me. Way ahead of you :-) Unfortunately I can't get it to compile on the Solaris box: make[1]: Entering directory `/home/alexjb/src/gdb-6.3/libiberty' make[1]: Warning: File `Makefile' has modification time 3.5e+02 s in the future if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -g3 -I. -I./../include -W -Wall -Wtraditional -pedantic ./regex.c -o pic/regex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -g3 -I. -I./../include -W -Wall -Wtraditional -pedantic ./regex.c -o regex.o make[1]: *** [regex.o] Error 1 make[1]: Leaving directory `/home/alexjb/src/gdb-6.3/libiberty' make: *** [all-libiberty] Error 2 I'll continue poking... -- Alex Bennee