From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26024 invoked by alias); 5 Mar 2007 15:37:53 -0000 Received: (qmail 26012 invoked by uid 22791); 5 Mar 2007 15:37:52 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.175) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 05 Mar 2007 15:37:43 +0000 Received: by ug-out-1314.google.com with SMTP id 75so1249750ugb for ; Mon, 05 Mar 2007 07:37:41 -0800 (PST) Received: by 10.115.95.1 with SMTP id x1mr1284534wal.1173109059614; Mon, 05 Mar 2007 07:37:39 -0800 (PST) Received: by 10.114.13.4 with HTTP; Mon, 5 Mar 2007 07:37:39 -0800 (PST) Message-ID: <91b0fcea0703050737w728c923byc5583cc1ab10b1bb@mail.gmail.com> Date: Mon, 05 Mar 2007 15:37:00 -0000 From: "Matt Jordan" To: gdb@sourceware.org Subject: gdbserver install MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 564d00dcd88afe4c X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00053.txt.bz2 Hello, I am trying to install gdbserver, but after doing 'make install' it doesnt seem to have been installed. I have read elsewhere you need to manually compile gdbserver. I have tried this by doing: make -c gdb/gdbserver However this always returns: matt@~/gdb/gdb-6.6: make -C gdb/gdbserver make: Entering directory `/home/matt/gdb/gdb-6.6/gdb/gdbserver' make: *** No targets specified and no makefile found. Stop. make: Leaving directory `/home/matt/gdb/gdb-6.6/gdb/gdbserver' I have tried using different versions (5.3, 6.0, 6.5 and 6.6) but none seemed to make any difference. With both problems I am using the following: tar zxvf gdb-6.6.tar.gz && cd gdb-6.6 && ./configure --prefix=/home/me/gdb6 --disable-werror && make && make install What am I missing? Any help would be great, am happy to provide more details. -System Details- Solaris 5.8, sparc GCC 2.95.3 gmake 3.78.1 Regards, Matt