|
GIL .. BIOSCI/Bionet News .. Biosequences .. Software .. FTP |
A few people reported problems building indices on dec osf1 version 4.
I think I found the problem. It is very simple to fix.
Edit SRSSOU:index.c, go to line 522
change the line
return (INT4) h % table->max_hash_elem;
to
return (INT4) (h % table->max_hash_elem);
then do a
srsmake srsbuild
regards
thure