|
From: | Andrew Gaylard |
Subject: | Re: pls help me out |
Date: | Mon, 20 Oct 2003 22:32:04 +0200 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 |
krishna prasad wrote:
Hello All I am working on Solaris and when I tried to run a program thru ddd it is giving the following error: "no debugging symbols found" ***though I compiled the program with "-g0" option. Pls suggest me if I need to do anything else. Thanks - Krishna
What happens if you use "-g" instead? If you're using gcc / g++, I recommend using "-ggdb3". This is a compiler / debugger problem. It's not a ddd problem.
[Prev in Thread] | Current Thread | [Next in Thread] |