Re: [help] rebuild libc failed

2011-08-04 Thread Warner Losh
On Aug 4, 2011, at 4:13 AM, Dimitry Andric wrote: > On 2011-08-04 10:38, majia gm wrote: >> I'm building the libc code which derived from a current trunk >> mirror/freebsd/head under PCBSD 8.2 which contains FreeBSD 8.2 >> release. >> I'm trying to test the modified libc by using LD_LIBRARY_PATH.

Re: [help] rebuild libc failed

2011-08-04 Thread Warner Losh
You need to use buildworld or one of its sub-targets. Warner On Aug 4, 2011, at 2:38 AM, majia gm wrote: > Hi, everyone. > > I'm building the libc code which derived from a current trunk > mirror/freebsd/head under PCBSD 8.2 which contains FreeBSD 8.2 > release. > I'm trying to test the modifie

Re: [help] rebuild libc failed

2011-08-04 Thread Dimitry Andric
On 2011-08-04 10:38, majia gm wrote: I'm building the libc code which derived from a current trunk mirror/freebsd/head under PCBSD 8.2 which contains FreeBSD 8.2 release. I'm trying to test the modified libc by using LD_LIBRARY_PATH. But failed to build it. I change the current direcotry into hea

[help] rebuild libc failed

2011-08-04 Thread majia gm
Hi, everyone. I'm building the libc code which derived from a current trunk mirror/freebsd/head under PCBSD 8.2 which contains FreeBSD 8.2 release. I'm trying to test the modified libc by using LD_LIBRARY_PATH. But failed to build it. I change the current direcotry into head/lib/libc and run make.