From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12663 invoked by alias); 26 Jul 2005 06:08:13 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 12649 invoked by uid 22791); 26 Jul 2005 06:08:10 -0000 Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.194) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 26 Jul 2005 06:08:10 +0000 Received: by wproxy.gmail.com with SMTP id i17so964103wra for ; Mon, 25 Jul 2005 23:08:02 -0700 (PDT) Received: by 10.54.156.8 with SMTP id d8mr17772wre; Mon, 25 Jul 2005 23:01:14 -0700 (PDT) Received: by 10.54.128.12 with HTTP; Mon, 25 Jul 2005 23:01:14 -0700 (PDT) Message-ID: Date: Tue, 26 Jul 2005 06:08:00 -0000 From: Travis Spencer Reply-To: Travis Spencer To: "Fred J." Subject: Re: compiler problem Cc: gcc-help@gcc.gnu.org In-Reply-To: <20050725202756.46217.qmail@web53912.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050725202756.46217.qmail@web53912.mail.yahoo.com> X-SW-Source: 2005-07/txt/msg00279.txt.bz2 On 7/25/05, Fred J. wrote: > (gdb) break 13/bitwise.cpp:11 > No symbol table is loaded. Use teh "file" command. > (gdb)file 13/proj1 > Reading symbols from /home/.../13/proj1...done. > Using host libthread_db library > "/lib/libthread_db.so.1". > (gdb)break 13/bitwise.cpp:11 > No source file name 13/bitwise.cpp. > Make breakpoint pending on future shared library > load?(y or [n]) Is that the output of gdb after starting it the way I suggested? From the man page: -d directory Add directory to the path to search for source files. If it can't find the source file for bitwise.cpp, it seems to me that the `13' directory may not be in it search path. --=20 Regards, Travis Spencer