2014-02-13 14:34 GMT-07:00 Sikandar Mashayak <[email protected]>:
> Hi
>
> On the same cluster (as Hossein), I was able to successfully install
> votca-tools and csg with the cmake option:
>
> -DBoost_INCLUDE_DIR=/usr/local/boost/boost-1.51.0/include/
>
> Though, the installation is complete. I get the segmentation faults when I
> run any csg application, e.g., csg_stat .
>
> I am guessing this is related to boost. Am I right? I am not sure how to
> trace the cause of the segmentation fault.
Build with -DCMAKE_BUILD_TYPE=Debug and then run:
$ gdb --args csg_stat options...
in gdb type "run", it will run until the segault and then type "bt" (backtrace).

Cheers,

Christoph

>
> Thanks
> Sikandar
>
>
> On Thu, Feb 13, 2014 at 8:27 PM, Denis Andrienko <[email protected]>
> wrote:
>>
>> You might also need to specify
>> -DBoost_FILESYSTEM_LIBRARY=/usr/local/boost/boost-1.51.0/lib/libboost_filesystem.so
>>
>>
>> As I have already mentioned, boost has several bugs in major releases. We
>> haven't tested 1.51, but I had to downgrade it in the latest UBUNTU release.
>> We know that 1.49 and 1.54 are working. Also make sure that you don't have
>> several versions installed at the same time:
>>
>>
>> dpkg -s libboost-dev | grep 'Version'
>> or
>> cat /usr/include/boost/version.hpp | grep "BOOST_LIB_VERSION"
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "votca" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To post to this group, send email to [email protected].
>> Visit this group at http://groups.google.com/group/votca.
>> For more options, visit https://groups.google.com/groups/opt_out.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "votca" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/votca.
> For more options, visit https://groups.google.com/groups/opt_out.



-- 
Christoph Junghans
Web: http://www.compphys.de

-- 
You received this message because you are subscribed to the Google Groups 
"votca" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/votca.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to