Open soccin opened 6 years ago
Added a Makefile, LUNA specific but easily modifiable and also made some changes to dnafrags.c dnafrags.h to fix compilation errors I was getting under gcc-4.9.3:
dnafrags.cpp:165:32: error: expected ‘)’ before ‘PRIu64’ fprintf(output_file, "%" PRIu64 ",0,0\n", wrotePos); ^ ...
Just reordering the order of includes
Added rpath to make file to shared library missing problem
Added a Makefile, LUNA specific but easily modifiable and also made some changes to dnafrags.c dnafrags.h to fix compilation errors I was getting under gcc-4.9.3:
Just reordering the order of includes
Added rpath to make file to shared library missing problem