In article <717oje$r63$1 at niobium.hgmp.mrc.ac.uk>,
Thure Etzold <etzold at ebi.ac.uk> wrote:
>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
Don't you mean line 124, Thure?
>>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
Regards,
Tim.