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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message