cant buildworlnd on FreeBSD 4.9-RELEASE

Matthew Dillon dillon at apollo.backplane.com
Wed Feb 4 23:08:35 PST 2004


    This is probably me being a bit overzealous on the FreeBSD->DragonFly
    changes.  I will definitely be able to fix it once I get back next
    week, but if another cmomitter wants to have at it that's ok too (it's
    just a matter of finding the FreeBSD->DragonFly changes related to the
    bootstrap tools, aka the C compiler, and make them FreeBSD && DragonFly
    instead.  e.g. #if defined(__FreeBSD__) was converted to
    #if defined(__DragonFly__) but for bootstrap tools should really
    be #if defined(__FreeBSD__) || defined(__DragonFly__).

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>
:
:===> lib/csu/i386-elf
:cc -O -pipe -march=k6 -elf -Wall -fkeep-inline-functions 
:-I/spool/dragonfly/src/lib/csu/i386-elf/../common  -c crt1.c -o crt1.o
:In file included from crt1.c:35:
:/spool/dragonfly/src/lib/csu/i386-elf/../common/crtbrand.c:52: 
:`__DragonFly_version' undeclared here (not in a function)
:/spool/dragonfly/src/lib/csu/i386-elf/../common/crtbrand.c:52: 
:initializer element is not constant
:/spool/dragonfly/src/lib/csu/i386-elf/../common/crtbrand.c:52: (near 
:initialization for `abitag.desc')
:*** Error code 1
:
:---
:Sem.
:






More information about the Bugs mailing list