From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13295 invoked by alias); 21 Jan 2005 15:45:34 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 13202 invoked from network); 21 Jan 2005 15:45:20 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 21 Jan 2005 15:45:20 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j0LFjKnN019335 for ; Fri, 21 Jan 2005 10:45:20 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0LFjFO14544; Fri, 21 Jan 2005 10:45:15 -0500 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j0LFjEEU002058; Fri, 21 Jan 2005 10:45:14 -0500 Subject: Re: insight for Solaris From: Keith Seitz To: Yakov Nekritch Cc: "insight@sources.redhat.com" In-Reply-To: <41F117BB.1080904@cs.uni-bonn.de> References: <41F0E0F0.4080509@cs.uni-bonn.de> <1106315071.3653.3.camel@lindt.uglyboxes.com> <41F117BB.1080904@cs.uni-bonn.de> Content-Type: text/plain Message-Id: <1106322313.3653.42.camel@lindt.uglyboxes.com> Mime-Version: 1.0 Date: Fri, 21 Jan 2005 15:45:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2005-q1/txt/msg00020.txt.bz2 [Back on list] On Fri, 2005-01-21 at 06:54, Yakov Nekritch wrote: > Hello, > > thank you very much, this worked. Of course, with many warnings, like > > gdb_locale.h:40: warning: `textdomain' redefined > ../intl/libintl.h:171: warning: this is the location of the previous > definition > gdb_locale.h:41: warning: `bindtextdomain' redefined > ../intl/libintl.h:172: warning: this is the location of the previous > definition > > But now I am getting strange errors in plugins/rhabout/Makefile I've not heard of the above warnings. You might try asking on the gdb list about them. [It could very well be that "--disable-nls" is not the right way to go.] > make: > "/opt/scratch/yasha/insight-6.1/gdb/gdbtk/plugins/rhabout/Makefile" line > 58: Missing dependency operator > make: > "/opt/scratch/yasha/insight-6.1/gdb/gdbtk/plugins/rhabout/Makefile" line > 60: Need an operator > make: > "/opt/scratch/yasha/insight-6.1/gdb/gdbtk/plugins/rhabout/Makefile" line > 62: Need an operator > make: > "/opt/scratch/yasha/insight-6.1/gdb/gdbtk/plugins/rhabout/Makefile" line > 69: Missing dependency operator > > > and much more. Do I need a special version of make (like GNU make )? Ah, something that I know about! Yes, as a matter of fact, to "build" the plug-ins, GNU make is required. However, you should be able to delete/rename the plugins folder -- they're not necessary. You'll need to use "make -k" (or whatever your make program's equivalent) to force it to complete, since a missing plugin directory will cause a build error. Keith