From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5642 invoked by alias); 24 May 2006 19:23:01 -0000 Received: (qmail 5623 invoked by uid 71); 24 May 2006 19:23:01 -0000 Date: Wed, 24 May 2006 19:23:00 -0000 Message-ID: <20060524192301.5622.qmail@sourceware.org> To: kseitz@sources.redhat.com Cc: insight-prs@sources.redhat.com, From: Keith Seitz Subject: Re: insight/297: Compilation Error on Cygwin Reply-To: Keith Seitz Mailing-List: contact insight-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00015.txt.bz2 List-Id: The following reply was made to PR insight/297; it has been noted by GNATS. From: Keith Seitz To: Brett Gordon Cc: insight-gnats@sources.redhat.com Subject: Re: insight/297: Compilation Error on Cygwin Date: Wed, 24 May 2006 12:22:00 -0700 Brett Gordon wrote: > Sorry...can you be more specific about my "gdb build directory"? Do you mean /insight-6.4/gdb or the gdb directory that already existed on my computer? If you mean the former, then typing the command produced a "file not found". If you mean the latter, can you tell me where this should be located under cygwin? > > Thanks for the quick response. By build directory I mean the directory where the build was conducted. So when you type "make all", the file ./gdb/config.cache will exist. [config.cache is generated by the configure step.] Try "find . -name config.cache". One of the directories will be a gdb directory in your build tree. Also, what is the output of "gcc -v"? Keith