Subject: Re: build distribution fails at bc
To: Mark Kirby <mark@fishladder.co.uk>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 02/08/2008 10:06:08
On Fri, Feb 08, 2008 at 08:13:23AM +0000, Mark Kirby wrote:
> /external/source/netbsd/src/obj/destdir.i386/lib/libc.so: undefined
> reference to `SYS_posix_fadvise'
> collect2: ld returned 1 exit status
From src/UPDATING:
20080126:
The posix_fadvise system call has been changed from an assembly
stub, to a c file that calls an assembly stub. You need to
'rm -f posix_fadvise.* .depend' in the libc build directory to
avoid using the old assembly stub.
Martin