oh another compile problem :) disabled dmapi to continue...
make[1]: Leaving directory `/usr/src/linux-2.5.34/arch/i386/pci'
gcc -E -Wp,-MD,arch/i386/.vmlinux.lds.s.d_ -D__ASSEMBLY__ -D__KERNEL__
-I/usr/src/linux-2.5.34/include -nostdinc -iwithprefix include -P -C
-Ui386 -o arch/i386/vmlinux.lds.s arch/i386/vmlinux.lds.S
echo ' Generating build number'
Generating build number
. scripts/mkversion > .tmpversion
mv -f .tmpversion .version
make -C init
make[1]: Entering directory `/usr/src/linux-2.5.34/init'
Generating /usr/src/linux-2.5.34/include/linux/compile.h (unchanged)
make[1]: Leaving directory `/usr/src/linux-2.5.34/init'
ld -m elf_i386 -T arch/i386/vmlinux.lds.s -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/init.o
--start-group arch/i386/kernel/kernel.o arch/i386/mm/mm.o
kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o security/built-in.o
/usr/src/linux-2.5.34/arch/i386/lib/lib.a lib/lib.a
/usr/src/linux-2.5.34/arch/i386/lib/lib.a drivers/built-in.o
sound/sound.o arch/i386/pci/pci.o net/network.o --end-group -o vmlinux
net/network.o: In function `match':
net/network.o(.text+0x3e785): undefined reference to `ip_conntrack_get'
net/network.o: In function `init':
net/network.o(.text.init+0x10fd): undefined reference to
`ip_conntrack_module'
make: *** [vmlinux] Error 1
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/