I have gotten to ./configure but when I try to do the make command I get this error:
<Sequence> >&)in genedb.o
...
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make: *** [PHLAWD] Error 1
I am installing on a MBP running Mountain Lion (OSX 10.8.2).
I also had to bypass the Makefile edit for MAFFT because I kept getting this error:
gcc -Denablemultithread -O3 -c io.c
In file included from mltaln.h:278,
from io.c:1:
dp.h:7: error: thread-local storage not supported for this target
dp.h:8: error: thread-local storage not supported for this target
dp.h:9: error: thread-local storage not supported for this target
dp.h:10: error: thread-local storage not supported for this target
In file included from io.c:1:
mltaln.h:287: error: thread-local storage not supported for this target
mltaln.h:288: error: thread-local storage not supported for this target
mltaln.h:289: error: thread-local storage not supported for this target
mltaln.h:290: error: thread-local storage not supported for this target
make: *** [io.o] Error 1
any help would be greatly appreciated