Re: which "include" being used?

2011-09-21 Thread Ed Schouten
* Garrett Cooper , 20110921 04:34: > I'd unpack a tarball from the most recent release. It's the easiest > way to fix things :).. Well, sometimes this is sufficient: cd /usr/src/include make install clean That way you'll at least get the default system headers back. -- Ed Scho

Re: which "include" being used?

2011-09-21 Thread Ivan Voras
On 21/09/2011 04:34, Garrett Cooper wrote: > On Sep 20, 2011, at 6:19 PM, Kevin Oberman wrote: >> To build a new system, you have to start with something. You build the >> toolcain and gcc. Those have to be built first with the existing compiler >> and toolchain which uses the existing system in

Re: which "include" being used?

2011-09-20 Thread Garrett Cooper
On Sep 20, 2011, at 6:19 PM, Kevin Oberman wrote: > On Sep 20, 2011 6:09 PM, "paradox" wrote: >> >> try remove or move /usr/include >> and rebuild the world >> >>> wrote: Why build the world uses /usr/include ? why not use "include" from the /obj/...include ? issue to "bui

Re: which "include" being used?

2011-09-20 Thread Kevin Oberman
On Sep 20, 2011 6:09 PM, "paradox" wrote: > > try remove or move /usr/include > and rebuild the world > > > wrote: > > > Why build the world uses /usr/include ? > > > why not use "include" from the /obj/...include ? > > > > > > issue to "build world" with loss of multiple files at > > /usr/include

Re: which "include" being used?

2011-09-20 Thread paradox
try remove or move /usr/include and rebuild the world > wrote: > > Why build the world uses /usr/include ? > > why not use "include" from the /obj/...include ? > > > > issue to "build world" with loss of multiple files at > /usr/include/ > > Did your make "build world" or "buildworld"? It should

Re: which "include" being used?

2011-09-20 Thread Lowell Gilbert
paradox 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 buil

Re: which "include" being used?

2011-09-20 Thread Kevin Oberman
On Tue, Sep 20, 2011 at 11:20 AM, paradox wrote: > Why build the world uses /usr/include ? > why not use "include" from the /obj/...include ? > > issue to "build world" with loss of multiple files at /usr/include/ Did your make "build world" or "buildworld"? It should be all one word and it does

which "include" being used?

2011-09-20 Thread paradox
Why build the world uses /usr/include ? why not use "include" from the /obj/...include ? issue to "build world" with loss of multiple files at /usr/include/ ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-cu