Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- make
- /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
- /usr/bin/ld: cannot find -lboost_system1_44_0
- /usr/bin/ld: cannot find -lboost_thread1_44_0
- /usr/bin/ld: cannot find -lboost_serialization1_44_0
- /usr/bin/ld: cannot find -lboost_filesystem1_44_0
- /usr/bin/ld: cannot find -lboost_program_options1_44_0
- /usr/bin/ld: cannot find -lstdc++
- /usr/bin/ld: cannot find -lm
- /usr/bin/ld: cannot find -lpthread
- /usr/bin/ld: cannot find -lc
- collect2: ld returned 1 exit status
- make: *** [vina] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement