mskcc / htstools

5 stars 3 forks source link

Added Makefile and fixes to dnafrags to compile under gcc-4.9.3 #3

Open soccin opened 6 years ago

soccin commented 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