OK i've done make -j1 &> errorlog
here is what I get :
livecd linux-2.6.7-gentoo-r9 # tail errorlog
CC arch/i386/lib/usercopy.o
AR arch/i386/lib/lib.a
GEN .version
CHK include/linux/compile.h
dnsdomainname: Host name lookup failure
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
make: *** [.tmp_vmlinux1] Error 139
there are several errors before this one :
CC [M] fs/smbfs/inode.o
fs/smbfs/inode.c: In function `smb_fill_super':
fs/smbfs/inode.c:562: warning: comparison is always false due to limited range of data type
fs/smbfs/inode.c:563: warning: comparison is always false due to limited range of data type
CC [M] drivers/pcmcia/i82092.o
drivers/pcmcia/i82092.c: In function `i82092aa_set_io_map':
drivers/pcmcia/i82092.c:677: warning: comparison is always false due to limited range of data type
drivers/pcmcia/i82092.c:677: warning: comparison is always false due to limited range of data type
CC drivers/video/fbmem.o
drivers/video/fbmem.c: In function `fb_cursor':
drivers/video/fbmem.c:933: warning: passing arg 1 of `copy_from_user' discards qualifiers from pointer target type
CC [M] sound/pci/intel8x0.o
sound/pci/intel8x0.c: In function `snd_intel8x0_create':
sound/pci/intel8x0.c

warning: statement with no effect