2014-08-31 11:52 GMT-06:00 Animesh Agarwal <[email protected]>: > Hi Christoph: > > I have been trying to install VOTCA on the HLRN > cluster, but I am getting some errors. I have installed various > libraries needed for the installation. Here is the command: > > ========================================================================== > ./build.sh -DWITH_SQLITE3=NO > -DGSL_INCLUDE_DIR=/gfs1/work/becagarw/gsl/include > -DGSL_LIBRARY=/gfs1/work/becagarw/gsl/lib/libgsl.so > -DGSLCBLAS_LIBRARY=/gfs1/work/becagarw/gsl/lib/libgslcblas.so > -DBOOST_ROOT=/sw/tools/boost/1.55.0-gcc482/mpp1/include > -DEXPAT_INCLUDE_DIR=/gfs1/work/becagarw/expat/include > -DEXPAT_LIBRARY=/gfs1/work/becagarw/expat/lib/libexpat.so > -DFFTW3_INCLUDE_DIR=/gfs1/work/becagarw/fftw/include > -DFFTW3_LIBRARY=/gfs1/work/becagarw/fftw/lib/libfftw3.so --prefix > ${prefix} --latest tools csg > =========================================================================== > > but I get the following error: > > =========================================================================== > Could not find fftw_plan_r2r_1d in > /gfs1/work/becagarw/fftw/lib/libfftw3.so, take a look at the error message > in /gfs1/work/becagarw/VOTCA/src/tools/CMakeFiles/CMakeError.log to find > out what was going wrong. If you are using a static lib (.a) make sure you > have specified all dependencies of fftw3 in FFTW3_LIBRARY by hand (i.e. > -DFFTW3_LIBRARY='/path/to/libfftw3.so;/path/to/libm.so') ! > Call Stack (most recent call first): > src/libtools/CMakeLists.txt:11 (find_package) To find this error, could you attach your CMakeError.log (from /gfs1/work/becagarw/VOTCA/src/tools/CMakeFiles) If file is huge, just attach the last ~250 lines.
> ============================================================================= > > If I switch off the FFTW and GSL libraries, I get the following error: > > ============================================================================ > Linking CXX executable linktest > /usr/bin/ld: attempted static link of dynamic object `libvotca_tools.so.2' > collect2: error: ld returned 1 exit status > make[2]: *** [src/libtools/linktest] Error 1 > make[1]: *** [src/libtools/CMakeFiles/linktest.dir/all] Error 2 > make: *** [all] Error 2 No good idea, could you do $ cd tools $ make VERBOSE=1 and post the last 10 lines above the error. Christoph > ========================================================================== > > Please let me know how can I fix these errors. > > Regards > Animesh > > -- > 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. -- 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/d/optout.
