From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31738 invoked by alias); 20 Aug 2002 15:00:27 -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 31729 invoked from network); 20 Aug 2002 15:00:25 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 20 Aug 2002 15:00:25 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id BBDBE3D6E; Tue, 20 Aug 2002 11:00:24 -0400 (EDT) Message-ID: <3D625988.1080908@ges.redhat.com> Date: Tue, 20 Aug 2002 08:00:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020810 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: Eli Zaretskii , gdb@sources.redhat.com Subject: Re: how to compile to get a copy of gdbserver References: <20020808035229.GA17750@nevyn.them.org> <20020808125533.GA1133@nevyn.them.org> <1659-Sun11Aug2002165706+0300-eliz@is.elta.co.il> <20020820140518.GB28061@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00233.txt.bz2 > On Sun, Aug 11, 2002 at 04:57:06PM +0300, Eli Zaretskii wrote: > >> > Date: Thu, 8 Aug 2002 08:55:33 -0400 >> > From: Daniel Jacobowitz > >> > > > >> > > > You can just run configure in the gdbserver directory and then make. > >> > > >> > > How about adding this to INSTALL (unless it's already there; I cannot >> > > check where I'm typing this)? > >> > >> > It's already documented in gdb/gdbserver/README; want me to add a >> > pointer from INSTALL? > >> >> Yes, that'd be a good idea, IMHO. > > > Eventually, I realized the flaw with this plan. There is no INSTALL. > There's a section in the texi manual about it, but I don't think that > does much good... since people without the program installed rarely > have the manual. I believe GCC generates gcc/INSTALL from gcc/doc/install.texi (same goes for invoke.texi -> gcc.1). enjoy, Andrew