IUBio GIL .. BIOSCI/Bionet News .. Biosequences .. Software .. FTP

SRS bug on dec osf1 version 4

Thure Etzold etzold at ebi.ac.uk
Wed Oct 28 21:29:55 EST 1998


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







More information about the Bio-srs mailing list

Send comments to us at archive@iubioarchive.bio.net