From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26301 invoked by alias); 28 Mar 2002 03:40:09 -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 26249 invoked from network); 28 Mar 2002 03:40:04 -0000 Received: from unknown (HELO company.mail) (203.197.184.34) by sources.redhat.com with SMTP; 28 Mar 2002 03:40:04 -0000 Received: from WorldClient [127.0.0.1] by company.mail [192.168.2.1] with SMTP (MDaemon.PRO.v5.0.0.T) for ; Fri, 22 Mar 2002 18:09:34 +0530 Date: Wed, 27 Mar 2002 19:40:00 -0000 From: "Pakeer" To: gdb@sources.redhat.com Subject: No symbol table found X-MDRemoteIP: 127.0.0.1 X-Return-Path: pakeer@deccanetdesignstele.com X-MDaemon-Deliver-To: gdb@sources.redhat.com X-SW-Source: 2002-03/txt/msg00287.txt.bz2 Message-ID: <20020327194000.bXhqt9oMoD5y4LZB9hA_mKtGaxLJ6YgeKN0Xcfw0z3s@z> Hello, I have downloaded a source file (about 100 c++ files) from openh323.org , along with the make file. I also have compiled the source code with -g option and the executable is simph323. when i was trying to use gdb and trying to put the breakpoint the following error happens: gdb simph323 b main.cxx:109 the error is: No symbol table found. use file command. can somebody help me in solving this problem. Regards, pakeer.