DragonFly BSD
DragonFly bugs List (threaded) for 2004-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Fwd: DragonFly ISO release build failure


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Sat, 30 Oct 2004 12:40:27 -0700 (PDT)

:
:I just wonder why there aren't more ifdefs spread over the tree then.
:
:Another suggestion by asmodai was:
:
:.if defined(BOOTSTRAPPING)
:CFLAGS+= -I. -I${SRCTREE}/include
:.else
:
:Andy

    No, you can't do this because the bootstrap programs are linked against
    system libraries and the structures used in the system libraries are
    not necessarily compatible with the structures used in the latest
    source.

    Anything built with the system's libraries has to use the system's header
    files.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]