paradox <ddkprog_at_yahoo.com> writes: > Why build the world uses /usr/include ? > why not use "include" from the /obj/...include ? First it builds the toolchain, including the include files (as well as the compiler, etc.). To do this, it has to use the system include files. Once that is done, it uses the newly built tools and not the system ones. > issue to "build world" with loss of multiple files at /usr/include/ You'll need to restore them some other way to be able to run buildworld. Assuming you build and install the world successfully, you will then have a correct set of files in /usr/include.Received on Tue Sep 20 2011 - 22:14:55 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:18 UTC