Friendly Gaurav
Build it with the -ggdb2 option, and follow those steps:
$ gdb a.out
(gdb) start
(gdb) stepi
(gdb) backtrace
(gdb) step
(gdb) bt
(gdb) stepi
(gdb) bt
(gdb) help
It's funny ;)
On Thu, 2007-07-26 at 14:22 +0530, Gaurav Kheterpal wrote:
> My apologies if this message doesn’t seem appropriate on this list.
It's not appropriate for this list. This list is for discussing GCC
development, not development with GCC.
Cheers, Ben
Hi,
On a quick look ---
>
> My apologies if this message doesnt seem appropriate on this list.
gcc-help list is appropriate for such issues.
> _handle = dlopen( "./libchrcv.so", RTLD_NOW | RTLD_GLOBAL );
Have you tried with any other library or only this ? I tried the entire
program wit