Skip to content

Instantly share code, notes, and snippets.

@michaelhutt
Created March 20, 2015 20:45
Show Gist options
  • Save michaelhutt/c0692c61d14860033382 to your computer and use it in GitHub Desktop.
Save michaelhutt/c0692c61d14860033382 to your computer and use it in GitHub Desktop.
intel-linux.compile.c++ bin/intel-linux-linuxgcc49/debug/empty_test_shared.o
"icpc" -c -xc++ -O0 -g -w1 -gcc-name=/tools/compilers/gcc-4.9.0/bin/gcc -inline-level=0 -fPIC -DBOOST_TEST_DYN_LINK -I"/extra/tempboost/include" -c -o "bin/intel-linux-linuxgcc49/debug/empty_test_shared.o" "jam-files/empty_test_main.cc"
intel-linux.link bin/intel-linux-linuxgcc49/debug/empty_test_shared
"icpc" -L"/extra/tempboost/lib" -L"/extra/tempboost/lib64" -Wl,-R -Wl,"/extra/tempboost/lib" -Wl,-R -Wl,"/extra/tempboost/lib64" -Wl,-rpath-link -Wl,"/extra/tempboost/lib" -Wl,-rpath-link -Wl,"/extra/tempboost/lib64" -o "bin/intel-linux-linuxgcc49/debug/empty_test_shared" "bin/intel-linux-linuxgcc49/debug/empty_test_shared.o" -lboost_unit_test_framework -g -gcc-name=/tools/compilers/gcc-4.9.0/bin/gcc
bin/intel-linux-linuxgcc49/debug/empty_test_shared.o: In function `main':
/extra/tempboost/include/boost/test/unit_test.hpp:59: undefined reference to `boost::unit_test::unit_test_main(bool (*)(), int, char**)'
...failed updating 1 target...
intel-linux.compile.c++ bin/intel-linux-linuxgcc49/debug/empty_test_static.o
"icpc" -c -xc++ -O0 -g -w1 -gcc-name=/tools/compilers/gcc-4.9.0/bin/gcc -inline-level=0 -fPIC -I"/extra/tempboost/include" -c -o "bin/intel-linux-linuxgcc49/debug/empty_test_static.o" "jam-files/empty_test_main.cc"
intel-linux.link bin/intel-linux-linuxgcc49/debug/empty_test_static
"icpc" -L"/extra/tempboost/lib" -L"/extra/tempboost/lib64" -Wl,-R -Wl,"/extra/tempboost/lib" -Wl,-R -Wl,"/extra/tempboost/lib64" -Wl,-rpath-link -Wl,"/extra/tempboost/lib" -Wl,-rpath-link -Wl,"/extra/tempboost/lib64" -o "bin/intel-linux-linuxgcc49/debug/empty_test_static" "bin/intel-linux-linuxgcc49/debug/empty_test_static.o" -lboost_unit_test_framework -g -gcc-name=/tools/compilers/gcc-4.9.0/bin/gcc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment