On Tuesday 17 April 2001 04:47, Frank Heckenbach wrote:
Yes (and HAVE_LLSEEK should also be unset).
From the RTS sources, it seems quite clear that lstat and llseek aren't called unless these symbols are defined. Maybe something went wrong when you built GPC? (Some foreign config file or config cache lying around, I don't know... Do you build GPC for several platforms?)
Oh wait... this was a GPC binary built by Andris, right? Maybe he's used a newer DJGPP version which does have these functions, while yours (and mine) doesn't. This could explain the problem. (This should be reflected in the settings rts-config.inc in this binary.)
I don't follow DJGPP releases too closely, so I don't know. If it's a new official DJGPP release, it just means that this GPC binary requires that release. Otherwise, if it's a DJGPP developer version, a public GPC binary should probably not be built against it...
It seems I have build GPC using current CVS version of DJGPP ....
Andris