Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 1999 19:43:46 +0200 (MET DST)
From:      Thomas Schuerger <schuerge@wjpserver.CS.Uni-SB.DE>
To:        freebsd-current@freebsd.org
Subject:   Still kernel compilation failures
Message-ID:  <199907221743.TAA00970@wjpserver.cs.uni-sb.de>

next in thread | raw e-mail | index | archive | help
Hi!

I updated the source tree, built and installed the world today
and tried to make a new kernel. Compilation stops when it
comes to linking:

...
cc -c -x assembler-with-cpp -DLOCORE -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -include opt_global.h -elf ../../i386/i386/support.s
cc -c -x assembler-with-cpp -DLOCORE -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -include opt_global.h -elf ../../i386/i386/swtch.s
cc -c -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -include opt_global.h -elf  setdef0.c
cc -c -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -include opt_global.h -elf  setdef1.c
sh ../../conf/newvers.sh STARFIRE 
cc -c -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -include opt_global.h -elf  vers.c
linking kernel
vfs_init.o: In function `vfs_register':
vfs_init.o(.text+0x8a1): undefined reference to `sysctl(void, float, short)'
*** Error code 1
1 error
Exit 2


What am I doing wrong? Any help is greatly appreciated.


Ciao,
Thomas.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907221743.TAA00970>