I don't know if there is a newer release than this, I can't find it. In iomonad.c there are a number of places where fpos_t is cast to an int. You cannot do this. It can be fixed by using ftell instead. On glibc systems fpos_t is an aggregate type.
Will Newton wrote:
I don't know if there is a newer release than this, I can't find it.
In iomonad.c there are a number of places where fpos_t is cast to an int. You cannot do this. It can be fixed by using ftell instead. On glibc systems fpos_t is an aggregate type.
There is an interim build available for RedHat 7.0 systems. You may find it at: http://www.galconn.com/hugs/hugs98-Jul2000-1.i386.rpm http://www.galconn.com/hugs/hugs98-Jul2000-1.src.rpm Note: there wasn't a July release of hugs - that's simply a name to distinguish it from the Feb release. --Jeff
participants (2)
-
Jeffrey R. Lewis -
Will Newton