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

Re: Building X with CCVER=gcc3


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Tue, 16 Mar 2004 08:13:49 -0800 (PST)

:I successfully built and installed world with CCVER=gcc3.  
:Now how do I do the same with XFree86?  Surely it's possible, but when
:I tried I ran into a couple of strange compile errors (undefined 
:SIZE_T_MAX in one file, which I fixed by including machine/limits.h,
:and undefined XFree86Version in another file, which I inserted
:manually).  But it didn't build or install any shared libraries, only
:the .a libraries.
:
:Rahul

    Gcc3 is our testbed compiler.  We define __FreeBSD__ for compatibility
    in gcc2, but we do not define it (on purpose) in gcc3.  We only define
    __DragonFly__.  The X build doesn't understand DragonFly-native
    builds yet.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



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