[Qt-interest] Fwd: QT OpenCascade application Problem
Srdjan Todorovic
todorovic.s at googlemail.com
Thu Nov 26 10:12:52 CET 2009
Hi,
On 26/11/2009, Sujan Dasmahapatra <sujan.dasmahapatra at gmail.com> wrote:
> Hi Friends
> I am able to compile the example sample given in qt folder. but when i am
> launching the application and starting new its crashing so i am trying to
> debug it using gdb debugger. but i am not able to debug. its howing the
> symbols not found.
>
> I am doing like this
> gdb ./Linux/bin/IESample
> break DocumentCommon.cxx:29
>
> its showing symbols not found.
> Could someone tell me whats going wrong. ?
You need to recompile the application with debug symbols. In GCC/G++,
do this by passing -g on the command line, or adding it to CFLAGS and
CXXFLAGS.
Srdjan
More information about the Qt-interest-old
mailing list