From owner-freebsd-current Tue Jan 4 14:39: 3 2000 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 1E86014C59 for ; Tue, 4 Jan 2000 14:38:51 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id OAA38829; Tue, 4 Jan 2000 14:38:45 -0800 (PST) (envelope-from dillon) Date: Tue, 4 Jan 2000 14:38:45 -0800 (PST) From: Matthew Dillon Message-Id: <200001042238.OAA38829@apollo.backplane.com> To: Dmitry Valdov Cc: current@FreeBSD.ORG Subject: Re: options COMPAT_LINUX makes kernel fail to compile References: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :Hi! : :With option COMPAT_LINUX (which present in LINT) make depend fails with: :cc -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes :-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual :-fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include :-D_KERNEL -include opt_global.h -elf -fno-builtin :-mpreferred-stack-boundary=2 -UKERNEL -o linux_genassym.o -c :../../i386/linux/linux_genassym.c :genassym -o linux_assym.h linux_genassym.o :genassym:No such file or directory :*** Error code 1 : :Dmitry. genassym is now in /usr/src/usr.bin/genassym, compile and install that then try your make again. The one in the local compile directory is still being used for other things (and not compatible with the one in /usr/src/usr.bin/ ) -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message