FASTA3 Compilation Problems OSX
From SnOwy - Ed's Wiki Notebook
Note-- while compiling in OSX 10.4 Tiger, the constant _SC_NPROCESSORS_CONF isn't found.
That's OK, just go into the source #define _SC_NPROCESSORS_CONF 2 to src/doinit.c before the other preprocessing directives.
Note also that it's necessary to use makefile.os_x86, otherwise you'll only get object files.
-- This is supposed to be defined in unistd.h, but I bet 10.4 wasn't UNIX enough yet.
Link
http://faculty.virginia.edu/wrpearson/fasta/fasta3/
(This report refers to fasta 35.4.9)