Advertisement
ProzacR

Untitled

May 14th, 2011
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. make
  2. /usr/bin/g++ -static -pthread -ansi -Wno-long-long -O3 -DNDEBUG -I /usr/include -L/usr/lib64 -L. -o vina main.o cache.o coords.o current_weights.o everything.o grid.o szv_grid.o manifold.o model.o monte_carlo.o mutate.o my_pid.o naive_non_cache.o non_cache.o parallel_mc.o parse_pdbqt.o pdb.o quasi_newton.o quaternion.o random.o ssd.o terms.o weighted_terms.o -l boost_system1_44_0 -l boost_thread1_44_0 -l boost_serialization1_44_0 -l boost_filesystem1_44_0 -l boost_program_options1_44_0
  3. /usr/bin/ld: cannot find -lboost_system1_44_0
  4. /usr/bin/ld: cannot find -lboost_thread1_44_0
  5. /usr/bin/ld: cannot find -lboost_serialization1_44_0
  6. /usr/bin/ld: cannot find -lboost_filesystem1_44_0
  7. /usr/bin/ld: cannot find -lboost_program_options1_44_0
  8. /usr/bin/ld: cannot find -lstdc++
  9. /usr/bin/ld: cannot find -lm
  10. /usr/bin/ld: cannot find -lpthread
  11. /usr/bin/ld: cannot find -lc
  12. collect2: ld returned 1 exit status
  13. make: *** [vina] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement