From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10404 invoked by alias); 22 Nov 2001 16:35:33 -0000 Mailing-List: contact gdb-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 10383 invoked from network); 22 Nov 2001 16:35:31 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sourceware.cygnus.com with SMTP; 22 Nov 2001 16:35:31 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id SAA18223 for ; Thu, 22 Nov 2001 18:35:09 +0200 (IST) Date: Sun, 11 Nov 2001 11:39:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: gdb@sources.redhat.com Subject: GDB 5.1 on Solaris 2.8 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2001-11/txt/msg00114.txt.bz2 I've just built GDB 5.1 on Solaris 2.8, and I have a problem: GDB says there's no debugging symbols in every executable I find, even though they were compiled and linkes with -g. dbx does find the debugging info. >From what I see, GDB does find the minimal symbols, since I can put breakpoints, but it cannot find the source line information. This is the first time I build GDB on Solaris, so I don't know whether this is a known issue (not a word in README, though), or maybe I goofed during the build. The compiler used to compile GDB and the programs I try to debug was SunWspro ANSI C compiler. Any ideas are welcome.