Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: build distribution fails at bc
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
Home |
Main Index |
Thread Index |
Old Index