keep the line length within reasonable bounds, please. (that doesn't
    include computer-generated text!)

# [EMAIL PROTECTED] / 2003-01-12 22:34:55 +0100:
> I'm trying to add sound support to my FreeBSD Release 4.6.2 kernel but
> it will not build successfully. Here is the error output I get (tail
> of make output):
> 
> <<<<<<<<<<<<<<<<<<<<<<<<<<
> touch hack.c
> cc -elf -shared -nostdlib hack.c -o hack.So
> rm -f hack.c
> sh ../../conf/newvers.sh PATKERNEL 
> cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -c
> linking kernel
> if.o: In function `if_setlladdr':
> if.o(.text+0x1bc4): undefined reference to `arp_ifinit'
> *** Error code 1
> 
> Stop in /usr/src/sys/compile/PATKERNEL.

    looks like you took out "device ether". do `diff -u GENERIC PATKERNEL`
    to be sure.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html

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

Reply via email to