From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-03-06 15:50:39


Nishant Mittal wrote:

> Thanks Volodya.
> 1) LD_LIBRARY_PATH solution worked but now when I run a.out, I get a
> Segmentation fault.
>
> My hello world code is...

[snip]

There's nothing suspicious in your code. You need to get a backtrace,
and probably poke around in debugger to figure out what exactly goes
wrong.

- Volodya