2015-09-04 4:59 GMT-06:00 Marc Charendoff <[email protected]>: > Thanks for the prior fix. I am now up to the actual VOTCA build where I get > the following error in the CMakeError.log: First of all CMakeError.log even the ones which aren't important for your architecture.
Could you send you the error message cmake is outputting? > > Determining if the function pthread_create exists in the pthreads failed > with the following output: > Change Dir: /usr/local/VOTCA/src/tools/CMakeFiles/CMakeTmp > > Run Build Command:"/usr/bin/make" "cmTC_ee04c/fast" > /Applications/Xcode.app/Contents/Developer/usr/bin/make -f > CMakeFiles/cmTC_ee04c.dir/build.make CMakeFiles/cmTC_ee04c.dir/build > Building C object CMakeFiles/cmTC_ee04c.dir/CheckFunctionExists.c.o > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc > -DCHECK_FUNCTION_EXISTS=pthread_create -o > CMakeFiles/cmTC_ee04c.dir/CheckFunctionExists.c.o -c > /usr/local/Cellar/cmake/3.3.1/share/cmake/Modules/CheckFunctionExists.c > Linking C executable cmTC_ee04c > /usr/local/Cellar/cmake/3.3.1/bin/cmake -E cmake_link_script > CMakeFiles/cmTC_ee04c.dir/link.txt --verbose=1 > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc > -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-search_paths_first > -Wl,-headerpad_max_install_names > CMakeFiles/cmTC_ee04c.dir/CheckFunctionExists.c.o -o cmTC_ee04c -lpthreads > ld: library not found for -lpthreads > clang: error: linker command failed with exit code 1 (use -v to see > invocation) > make[1]: *** [cmTC_ee04c] Error 1 > make: *** [cmTC_ee04c/fast] Error 2 > > > Determining if the function fftw_plan_r2r_1d exists in the > /usr/local/fftw/lib/libfftw3.dylib;m failed with the following output: > Change Dir: /usr/local/VOTCA/src/tools/CMakeFiles/CMakeTmp > > Run Build Command:"/usr/bin/make" "cmTC_d4dd5/fast" > /Applications/Xcode.app/Contents/Developer/usr/bin/make -f > CMakeFiles/cmTC_d4dd5.dir/build.make CMakeFiles/cmTC_d4dd5.dir/build > Building C object CMakeFiles/cmTC_d4dd5.dir/CheckFunctionExists.c.o > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc > -DCHECK_FUNCTION_EXISTS=fftw_plan_r2r_1d -o > CMakeFiles/cmTC_d4dd5.dir/CheckFunctionExists.c.o -c > /usr/local/Cellar/cmake/3.3.1/share/cmake/Modules/CheckFunctionExists.c > make[1]: *** No rule to make target `/usr/local/fftw/lib/libfftw3.dylib', This error basically means there is no libfftw3.dylib in /usr/local/fftw/lib, so you might have to change the path given at the FFTW3_LIBRARY option. Christoph > needed by `cmTC_d4dd5'. Stop. > make: *** [cmTC_d4dd5/fast] Error 2 > > > This is after a fresh GSL and FFTW install per the latest Github redirect. > Any guidance would be appreciated. > > Thanks, Marc > > -- > 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.
