« Return to Thread: Post again for help

Re: Post again for help

by Match Point :: Rate this Message:

Reply to Author | View in Thread

In my compilation command, I linked helloword against a library which actually is a link. It linked to
another real library. So at runtime, you saw a different library name.  Thanks anyway.

Qihong

Silvio Almeida wrote:
Match Point wrote:
> The executable was generated. But after I set LD_LIBRARY_PATH and started
> helloword,  there was a segmentation error and a core file was generated.
>  
Sorry if I'm wrong, but it looks like you simply linked helloworld
against one library and is trying to run it agains another afterwards.
> Program terminated with signal 11, Segmentation fault

Once in the past signal 11 segfaults used to be caused by deffective
memory chips, or that was a legend, I don't know really...

-Silvio
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users

 « Return to Thread: Post again for help