My french isn't that great: /usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6ce3b.dir/link.txt --verbose=1 /usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftw_plan_r2r_1d CMakeFiles/cmTC_6ce3b.dir/CheckFunctionExists.c.o -o cmTC_6ce3b /usr/local/lib/libfftw3.a /usr/local/lib/libfftw3.a(mapflags.o) : Dans la fonction « fftw_mapflags » : mapflags.c:(.text+0x3b9) : référence indéfinie vers « log » /usr/local/lib/libfftw3.a(trig.o) : Dans la fonction « cexpl_sincos » : trig.c:(.text+0x23c) : référence indéfinie vers « sincos » trig.c:(.text+0x2ba) : référence indéfinie vers « sincos » /usr/local/lib/libfftw3.a(trig.o) : Dans la fonction « fftw_mktriggen » : trig.c:(.text+0x4c3) : référence indéfinie vers « sincos » trig.c:(.text+0x574) : référence indéfinie vers « sincos » trig.c:(.text+0x62b) : référence indéfinie vers « sincos » /usr/local/lib/libfftw3.a(trig.o):trig.c:(.text+0x6e4) : encore plus de références indéfinies suivent vers « sincos » collect2: error: ld returned 1 exit status CMakeFiles/cmTC_6ce3b.dir/build.make:87: recipe for target 'cmTC_6ce3b' failed make[1]: *** [cmTC_6ce3b] Error 1
but I think you need to an fftw, which was compiled with --enable-shared. Christoph On Wed, Jul 24, 2019 at 6:54 AM Abdessamad Moumen <[email protected]> wrote: > > > > Le mer. 24 juil. 2019 à 08:43, Christoph Junghans <[email protected]> a > écrit : >> >> >> >> On Wed, Jul 24, 2019, 06:41 Abdessamad Moumen <[email protected]> >> wrote: >>> >>> Hi >>> >>> I am new beginner in votca,I tray to install votca-csg several times but >>> always i get the same error, >>> >>> >>> -- Could NOT find MKL (missing: MKL_INCLUDE_DIR MKL_Core_LINK_LIBRARY) >>> >>> -- Found Eigen3: /usr/lib/cmake/eigen3 >>> >>> CMake Error at tools/CMakeModules/FindFFTW3.cmake:41 (message): >>> >>> Could not find fftw_plan_r2r_1d in /usr/local/lib/libfftw3.a, take a look >>> >>> at the error message in /home/acer/votca/build/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): >>> >>> CMakeLists.txt:78 (_find_package) >>> >>> tools/CMakeLists.txt:77 (find_package) >>> >>> >>> >>> -- Configuring incomplete, errors occurred! >>> >>> See also "/home/acer/votca/build/CMakeFiles/CMakeOutput.log". >>> >>> See also "/home/acer/votca/build/CmakeFiles/CmakeError.log". >>> >>> >>> could anyone explain me how to fix this problem ? >> >> What does the CMakeError.log say? >> >> Christoph >>> >>> -- >>> 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 view this discussion on the web visit >>> https://groups.google.com/d/msgid/votca/CACZy3M-gXyyihCg81x8D164e2dhwO-gSVXvM%3DWO1xg9%2By8862A%40mail.gmail.com. >> >> -- >> 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 view this discussion on the web visit >> https://groups.google.com/d/msgid/votca/CAHG27e63cR2hfNg2tXbg-uLS803QbdcF2XW_Sqz1MWi87DzT9A%40mail.gmail.com. > > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/votca/CACZy3M86%2BR7O6EQLqUGmAJEnKHzZ_yMYbTbYaUE8nyg-0HsBpg%40mail.gmail.com. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e43cNb5s238ZAnCdVpZHqeywm4rkO0HGj24a%2BLafwAXaQ%40mail.gmail.com.
