Compiler error on Alpha

Richard Henderson rth@twiddle.net
Tue Jun 24 01:52:00 GMT 2003


On Mon, Jun 23, 2003 at 01:11:32PM +0200, Thorsten Kukuk wrote:
> ../sysdeps/posix/posix_fallocate64.c:64: undefined reference
> to `__GI___pwrite64
> 
> Any ideas what now goes wrong?

Typo in syscalls.list; pread/pwrite syscall symbol name is
pread64/pwrite64.  Which means we fell back on the plain
linux version of pwrite, which doesn't provide pwrite64.

Doh.

I'll have this fixed shortly.


r~



More information about the Libc-alpha mailing list