I am still having problems getting vsearch to run on my computer. When I try compiling the program from the source, I get the following error when running make -f Makefile:
g++ -O3 -msse2 -mtune=core2 -Icityhash -Wall -Wsign-compare -g -c -o cityhash/city.o cityhash/city.cc
cityhash/city.cc: In function ‘uint32 Hash32Len0to4(const char*, size_t)’:
cityhash/city.cc:155: warning: comparison between signed and unsigned integer expressions
g++ -O3 -msse2 -mtune=core2 -Icityhash -Wall -Wsign-compare -g -c -o align.o align.cc
In file included from align.cc:22:
vsearch.h:30:23: error: x86intrin.h: No such file or directory
make: *** [align.o] Error 1
Thanks.