On 4/13/06, Niels Larsen <[EMAIL PROTECTED]> wrote:
> **
> root:/sources/linux-2.6.8.1# make
>   SPLIT   include/linux/autoconf.h -> include/config/*
> make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
>   CHK     include/linux/compile.h
>   GEN     .version
>   CHK     include/linux/compile.h
>   UPD     include/linux/compile.h
>   CC      init/version.o
>   LD      init/built-in.o
>   LD      .tmp_vmlinux1
> drivers/built-in.o(.text+0x34d7e): In function `vt_ioctl':
> : undefined reference to `accent_table_size'
> drivers/built-in.........

I'm not seeing anything.  One thing that might help is to enable the
verbose output (will get rid of the LD and replace it with the actual
command being run by make).  Try building with

make V=1

--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to