On Tue, Nov 28, 2017 at 8:44 AM, Dave Giesen <[email protected]> wrote: > > Hi - > > I'm trying to compile votca on a Centos 6.7 system and am running into an > error. I've attached the compilation log. I used the following steps: > > mkdir votca votca/src > cd votca/src > wget https://raw.githubusercontent.com/votca/buildutil/master/build.sh > chmod u+x build.sh > export PATH=~/cmake/bin:$PATH > export BOOST_ROOT=/software/lib/Linux-x86_64/boost_1_62_0 > ./build.sh -DWITH_GMX=OFF --prefix ~/git/votca --dev tools csg kmc moo ctp > ctp-tutorials ctp-manual >& ctp.log > > The errors I am getting are with the ctp compilation: > > ../libctp/libvotca_ctp.so: error: undefined reference to > 'boost::system::generic_category()' > ../libctp/libvotca_ctp.so: error: undefined reference to > 'boost::system::system_category()' > ../libctp/libvotca_ctp.so: error: undefined reference to > 'gsl_matrix_const_view_array' > ../libctp/libvotca_ctp.so: error: undefined reference to > 'gsl_matrix_view_array' > ../libctp/libvotca_ctp.so: error: undefined reference to 'gsl_blas_dgemm' > > Thanks in advance for any help - [CC'ing votca-ctp as this is a ctp problem.]
Are you using a shared (.so file) version of boost and gsl? Christoph > > Dave > > -- > 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 https://groups.google.com/group/votca. > For more options, visit https://groups.google.com/d/optout. -- 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 https://groups.google.com/group/votca. For more options, visit https://groups.google.com/d/optout.
