wrpearson / fasta36

Git repository for FASTA36 sequence comparison software
Apache License 2.0
117 stars 16 forks source link

ggsearch #17

Closed gaboentropy closed 5 years ago

gaboentropy commented 5 years ago

Neither ggsearch nor glsearch were built when I compiled in mac (also hard to figure out which Makefile to use for OSX Mojave, lots of trial and error)

gaboentropy commented 5 years ago

Sorry. I figured it out. Using Makefile.osx86_64 built everything.

wrpearson commented 5 years ago

I'm sorry you had a problem. The correct command to make the programs on MacOS (I have not yet tested on Mojave) is (from the ~/fasta36/src directory):

make -f ../make/Makefile.os_x86_64 all

This will make ../bin/glsearch36 and ../bin/ggsearch36 (as well as the other programs).

gaboentropy commented 5 years ago

Yes. Sorry. I was using the wrong Makefile and the compilation would fail before producing those programs. Thanks!