From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20868 invoked by alias); 18 Jan 2005 08:54:22 -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 20724 invoked from network); 18 Jan 2005 08:54:01 -0000 Received: from unknown (HELO david.siemens.com.cn) (194.138.202.53) by sourceware.org with SMTP; 18 Jan 2005 08:54:01 -0000 Received: from ns.siemens.com.cn (ns.siemens.com.cn [194.138.237.52]) by david.siemens.com.cn (8.11.7/8.11.7) with ESMTP id j0I8kEZ28469; Tue, 18 Jan 2005 16:46:14 +0800 (CST) Received: from pekw096e.cn001.siemens.net (pekw096e.cn001.siemens.net [140.231.51.134]) by ns.siemens.com.cn (8.11.7/8.11.7) with ESMTP id j0I8ra326734; Tue, 18 Jan 2005 16:53:38 +0800 (CST) Received: by pekw096e with Internet Mail Service (5.5.2657.72) id ; Tue, 18 Jan 2005 16:53:44 +0800 Message-ID: From: "Xing Li Jun, SLC COM TD-SCDMA (BJ)" To: Dave Korn , gdb@sources.redhat.com Subject: RE: Promblem compiling GDB 6.3 on solaris 2.6--don't know how to make target doc/observer.texi Date: Tue, 18 Jan 2005 08:54:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2005-01/txt/msg00084.txt.bz2 After some trial and error, I successfully compiled gdb. The action I've taken is : 1. replace the sun make with gmake 2. run configure with the full path, instead of the relative path to the build dir. thank Dave for your information, anyway! > -----Original Message----- > From: Xing Li Jun, SLC COM TD-SCDMA (BJ) > [mailto:lijun.xing@siemens.com] > Sent: Monday, January 17, 2005 10:26 AM > To: Dave Korn; gdb@sources.redhat.com > Subject: RE: Promblem compiling GDB 6.3 on solaris 2.6--don't > know how to make target doc/observer.texi > > > > > > -----Original Message----- > > From: Dave Korn [mailto:dave.korn@artimi.com] > > Sent: Friday, January 14, 2005 8:54 PM > > To: 'Xing Li Jun, SLC COM TD-SCDMA (BJ)'; gdb@sources.redhat.com > > Subject: RE: Promblem compiling GDB 6.3 on solaris 2.6--don't > > know how to make target doc/observer.texi > > > > > > > -----Original Message----- > > > From: gdb-owner On Behalf Of Xing Li Jun, SLC COM TD-SCDMA (BJ) > > > Sent: 14 January 2005 08:46 > > > > > I am building gdb 6.3 on solaris, I have installed gmp, mpfr, > > > texinfo for it. The configure process is ok, no errors in > > config.log, > > > bug when I do make, it will give out the following error: > > > > > > make: fatal error: don't know how to make target > 'doc/observer.texi' > > > ... > > > make: fatal error: command failed for target 'all-gdb' > > > then quit. > > > > That file should already have been in the source code; > > where did you get your > > sources from? CVS, a snapshot, or the released 6.3 tarball? > > What do you get > > when you look in the /gdb/doc? Is it there? Does > > it have the wrong > > permissions? > > > > > > cheers, > > DaveK > > -- > > Can't think of a witty .sigline today.... > > > > I got the sources from the released 6.3 tarball. When I look > in the /gdb/doc, observer.texi is there, with > permission 644. > Then I changed the permission to 777, but the problem still exists. > Another symptom I have just noted is that in > /gdb/config.log, there are many errors reported, > when checking for argz.h, setenv, stpcpy...etc. > In the config.log under , everything is ok. the > /gdb/config.log is generated after make in invoked. > Do you know what is wrong? >