Russ Whitaker wrote:
Could you please post the complete error message (only one if they're all the same)?
edited output to one msg:
TEST abso1.pas: /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.2/libgpc.a(randfile.o): In function `do_seek': /usr/local/src/gcc-2.95.2/gcc/p/rts/randfile.c:327: the `llseek' function may be dangerous; use `lseek64' instead. OK
Thanks. I'll look into it. For a quick fix, you can try inserting the line:
#undef HAVE_LLSEEK
into rts/rts.h, after the line:
#include "rts-config.h"
This will disable 64 bit file access, until we can do this right.
Frank