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.
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
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
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.