Messages in this thread |  | | Date | Wed, 8 May 1996 12:36:17 -0400 (EDT) | From | Matthew Kramer <> | Subject | 1.3.99 not compiling - n_tty_ioctl (undefined reference) |
| |
I haven't tried compiling anything since 1.3.89, so I'm not sure how new of a problem this is, but using the pentium gcc (pl8) with -O2 and -m486 (-O6 and -mpentium kept dieing in drivers/char/mem.c if that's of concern to anyone).
ld -m elf_i386 -Ttext 0x100000 -e stext arch/i386/kernel/head.o init/main.o init/version.o \ arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o net/network.a \ fs/filesystems.a \ drivers/block/block.a drivers/char/char.a drivers/net/net.a drivers/scsi/scsi.a drivers/sound/sound.a drivers/pci/pci.a \ /usr/src/linux-1.3.99/arch/i386/lib/lib.a /usr/src/linux-1.3.99/lib/lib.a /usr/src/linux-1.3.99/arch/i386/lib/lib.a -o vmlinux net/network.a(netsyms.o)(.data+0x19c): undefined reference to `n_tty_ioctl' drivers/char/char.a(n_tty.o)(.data+0x24): undefined reference to `n_tty_ioctl' drivers/net/net.a(ppp.o): In function `ppp_init': ppp.o(.text+0x2963): undefined reference to `n_tty_ioctl' make: *** [vmlinux] Error 1
|  |