Michael Paap wrote:
I'm using gpc 20000727 on a Linux-machine (Distribution SuSe 7.2). When compiling, I always get the following warning:
/usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/libgpc.a(randfile.o): In function `do_seek': /home/elug/pascal-wochenende-20000729/gcc-2.95.2/gcc/p/rts/randfile.c:327: the `llseek' function may be dangerous; use `lseek64' instead.
Can anyone tell me if this is a problem of any importance
Only if you plan to use files > 2 GB with GPC programs.
and how I can solve it?
Upgrade GPC.
Frank