Hello everyone,

I'm trying to install CTP and have been facing some issues. I've tried both from the source code available on the website, as well as with the build.sh script. The error is the same.

Here's what I do:
wget http://votca.googlecode.com/hg/build.sh
chmod 755 build.sh
./build.sh \
     --prefix /software/votca \
     -DFFTW3_LIBRARY=/software/fftw/3.3.4/gcc-4.4.6/lib/libfftw3.so \
     -DFFTW3_INCLUDE_DIR=/software/fftw/3.3.4/gcc-4.4.6/include \
     -DGSL_LIBRARY=/software/gsl/1.16/gcc-4.4.6/lib/libgsl.so \
     -DGSL_INCLUDE_DIR=/software/gsl/1.16/gcc-4.4.6/include \
     -DGSLCBLAS_LIBRARY=/software/gsl/1.16/gcc-4.4.6/lib/libgslcblas.so \
     -DBoost_INCLUDE_DIR=/software/boost/1.55.0/gcc-4.4.6/include \
     -DBoost_LIBRARY_DIRS=/software/boost/1.55.0/gcc-4.4.6 \

-DBoost_PROGRAM_OPTIONS_LIBRARY=/software/boost/1.55.0/gcc-4.4.6/lib/libboost_program_options.so \

-DBoost_FILESYSTEM_LIBRARY=/software/boost/1.55.0/gcc-4.4.6/lib/libboost_filesystem.so \

-DBoost_SYSTEM_LIBRARY=/software/boost/1.55.0/gcc-4.4.6/lib/libboost_system.so \

-DBoost_SERIALIZATION_LIBRARY=/software/boost/1.55.0/gcc-4.4.6/lib/libboost_serialization.so \

-DGROMACS_LIBRARY=/software/gromacs/4.6.6/gcc-4.4.6_openmpi-1.6.4/lib/libgmx_mpi.so \

-DGROMACS_INCLUDE_DIR=/software/gromacs/4.6.6/gcc-4.4.6_openmpi-1.6.4/include \

-DGROMACS_DEP_LIBARIES="/share/apps/gsl/lib/libgslcblas.so;/share/apps/gsl/lib/libgsl.so"
     -DEIGEN_INCLUDE_DIR=/software/eigen-3.1.2/include/eigen3 \
     -DEIGEN_INCLUDE_DIRS=/software/eigen-3.1.2/include/eigen3 \
     --dev tools csg kmc moo ctp ctp-tutorials ctp-manual

Everything builds up to the CTP (which is exactly what my user wants). The CTP build exits with:
Linking CXX executable ctp_dump
../libctp/libvotca_ctp.so: undefined reference to `vtable for votca::ctp::DMA'
collect2: ld returned 1 exit status
make[2]: *** [src/tools/ctp_dump] Error 1
make[1]: *** [src/tools/CMakeFiles/ctp_dump.dir/all] Error 2
make: *** [all] Error 2

libvotca_ctp.so compiled without any problems. I've tried both with GNU and Intel compilers and the result is the same.

Can someone give me a hand? I have no idea where to look at...

Best,
Daniel Jana

--
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/d/optout.

Reply via email to