From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14431 invoked by alias); 23 Jan 2007 21:42:34 -0000 Received: (qmail 14423 invoked by uid 22791); 23 Jan 2007 21:42:34 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 23 Jan 2007 21:42:29 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-5-206.inter.net.il [84.228.5.206]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id BRN85721 (AUTH halo1); Tue, 23 Jan 2007 23:42:20 +0200 (IST) Date: Tue, 23 Jan 2007 21:42:00 -0000 Message-Id: From: Eli Zaretskii To: crtjer46 CC: gdb@sources.redhat.com In-reply-to: <8522634.post@talk.nabble.com> (message from crtjer46 on Tue, 23 Jan 2007 06:29:40 -0800 (PST)) Subject: Re: Warnings: file not found Reply-to: Eli Zaretskii References: <8522634.post@talk.nabble.com> 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-01/txt/msg00297.txt.bz2 > Date: Tue, 23 Jan 2007 06:29:40 -0800 (PST) > From: crtjer46 > > I can't seem to find this on the forum. I'm getting this warning in gdb: > > Warning: /Projects/net/tools/stripelines;C: No such file or directory This is on Windows, right? It sounds like your GDB expects Posix-style paths delimited by colons `:', but what it sees is Windows-style paths that include drive letters and are delimited by semicolons `;'. Did you perhaps mix Cygwin GDB and non-Cygwin program or something? If the above does not help, please provide the details: the version of your GDB, where did you get it, how did you compile the program you are trying to debug, and what GDB command produces the above warning. The more details you provide, the more accurate and efficient will be our help. > Also I have said the source lookup path towards the source code this didn't > fix it, however. Again, please show us the exact command you used to do this.