This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Compiler error on Alpha


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]