Rainer Hurling <rhur...@gwdg.de> writes:
> After removing /usr/obj and 'make cleanworld',

That was unnecessary.

> I tried to build libc like the following, but it fails:
> [...]

$ cd /usr/src
$ make buildenv

inside the buildenv, run:

$ make -C lib/libc -j$(nproc)

then exit the buildenv and run

$ sudo make -C lib/libc install

then buildworld as usual.

DES
-- 
Dag-Erling Smørgrav - d...@freebsd.org

Reply via email to