From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23363 invoked by alias); 17 Jan 2005 02:27:54 -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 22820 invoked from network); 17 Jan 2005 02:26:23 -0000 Received: from unknown (HELO david.siemens.com.cn) (194.138.202.53) by sourceware.org with SMTP; 17 Jan 2005 02:26:23 -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 j0H2IIZ14548; Mon, 17 Jan 2005 10:18:18 +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 j0H2Pg322641; Mon, 17 Jan 2005 10:25:43 +0800 (CST) Received: by pekw096e with Internet Mail Service (5.5.2657.72) id ; Mon, 17 Jan 2005 10:25:45 +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: Mon, 17 Jan 2005 02:27:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2005-01/txt/msg00082.txt.bz2 > -----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?