lkml.org 
[lkml]   [2000]   [Mar]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: compilation error in 2.3.51 connected to appletalk
Date
> make[1]: Leaving directory `/home/oliver/linux/arch/i386/lib'
> ld -m elf_i386 -T /home/oliver/linux/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.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 \
> drivers/block/block.a drivers/char/char.o drivers/misc/misc.o drivers/net/net.o drivers/parport/parport.a drivers/isdn/isdn.a drivers/net/appletalk/appletalk.a drivers/scsi/scsi.a drivers/cdrom/cdrom.a drivers/sound/sounddrivers.o drivers/pci/pci.a drivers/video/video.o drivers/usb/usbdrv.o drivers/net/irda/irda_drivers.a \
> net/network.a \
> /home/oliver/linux/arch/i386/lib/lib.a /home/oliver/linux/lib/lib.a /home/oliver/linux/arch/i386/lib/lib.a \
> --end-group \
> -o vmlinux
> ld: cannot open drivers/net/appletalk/appletalk.a: Datei oder Verzeichnis nicht gefunden
> make: *** [vmlinux] Error 1

Try the following patch:

/assar

--- Makefile~ Sat Mar 11 00:36:47 2000
+++ Makefile Sat Mar 11 07:24:55 2000
@@ -136,7 +136,7 @@
DRIVERS := $(DRIVERS) drivers/net/fc/fc.a
endif

-ifdef CONFIG_ATALK
+ifeq ($(CONFIG_ATALK),y)
DRIVERS := $(DRIVERS) drivers/net/appletalk/appletalk.a
endif

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:57    [W:0.031 / U:0.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site