Hi,

anyone has this problem too?

    (..)
    cc -elf -shared -nostdlib hack.c -o hack.So
    rm -f hack.c
    sh /usr/src/sys/conf/newvers.sh ORANJE 
    cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  
-nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/../include 
-I/usr/src/sys/contrib/dev/acpica/Subsystem/Include  -D_KERNEL -include opt_global.h 
-elf -fno-builtin -mpreferred-stack-boundary=2  vers.c
    linking kernel
    i4b_ipr.o: In function `i4biprattach':
    i4b_ipr.o(.text+0x1d2): undefined reference to `ether_ifattach'
    i4b_isppp.o: In function `i4bispppattach':
    i4b_isppp.o(.text+0x179): undefined reference to `ether_ifattach'
    *** Error code 1

    Stop in /usr3/obj/usr/src/sys/ORANJE.
    *** Error code 1


Compiling the GENERIC kernel however works fine.. hmmm.

Regards,
Marc





To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to