# Pastebin PsY2PD8Z c++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/home/atharva/mlpack/build/src/mlpack/bindings/python/mlpack/approx_kfn.o -L/home/atharva/mlpack/build/lib/ -lmlpack -lboost_serialization -o build/lib.linux-x86_64-2.7/mlpack/approx_kfn.so c++: error: : No such file or directory error: command 'c++' failed with exit status 1 src/mlpack/methods/approx_kfn/CMakeFiles/build_pyx_approx_kfn.dir/build.make:57: recipe for target 'src/mlpack/methods/approx_kfn/CMakeFiles/build_pyx_approx_kfn' failed make[2]: *** [src/mlpack/methods/approx_kfn/CMakeFiles/build_pyx_approx_kfn] Error 1 CMakeFiles/Makefile2:2349: recipe for target 'src/mlpack/methods/approx_kfn/CMakeFiles/build_pyx_approx_kfn.dir/all' failed make[1]: *** [src/mlpack/methods/approx_kfn/CMakeFiles/build_pyx_approx_kfn.dir/all] Error 2 /usr/bin/ld: CMakeFiles/mlpack_test.dir/timer_test.cpp.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status src/mlpack/tests/CMakeFiles/mlpack_test.dir/build.make:4515: recipe for target 'bin/mlpack_test' failed make[2]: *** [bin/mlpack_test] Error 1 CMakeFiles/Makefile2:7766: recipe for target 'src/mlpack/tests/CMakeFiles/mlpack_test.dir/all' failed make[1]: *** [src/mlpack/tests/CMakeFiles/mlpack_test.dir/all] Error 2 Makefile:138: recipe for target 'all' failed make: *** [all] Error 2