undefined reference to SYS_cpuset
- From: Unga <unga888@xxxxxxxxx>
- Date: Mon, 28 Jul 2008 01:13:53 -0700 (PDT)
Hi all
Today (28th July) I upgraded the FreeBSD sources (/usr/src) using cvsup and when try to compile a test C program I get following:
echo 'main(){}' > dummy.c
cc dummy.c -v -Wl,--verbose
/usr/lib/libc.so: undefined reference to `SYS_cpuset_getaffinity'
/usr/lib/libc.so: undefined reference to `SYS_cpuset'
/usr/lib/libc.so: undefined reference to `SYS_cpuset_setaffinity'
/usr/lib/libc.so: undefined reference to `SYS_cpuset_getid'
/usr/lib/libc.so: undefined reference to `SYS_cpuset_setid'
/usr/lib/libc.so: undefined reference to `SYS_setfib'
collect2: ld returned 1 exit status
I can see in logs following programs compiled without any error:
cpuset_getaffinity.S
cpuset.S
cpuset_setaffinity.S
cpuset_getid.S
cpuset_setid.S
setfib.S
What's gone wrong now? Am I in the middle of a FreeBSD update? or have I made some mistake? or multiple routing tables update on 20080724 broken something? Any ideas?
Kind regards
Unga
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: undefined reference to SYS_cpuset
- From: Daniel Eischen
- Re: undefined reference to SYS_cpuset
- From: Jeremy Chadwick
- Re: undefined reference to SYS_cpuset
- Prev by Date: Re: 7.0 Crashing
- Next by Date: Re: 7.0 Crashing
- Previous by thread: 7.0 Crashing
- Next by thread: Re: undefined reference to SYS_cpuset
- Index(es):
Relevant Pages
|