From owner-freebsd-current Tue Oct 7 21:32:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA17560 for current-outgoing; Tue, 7 Oct 1997 21:32:19 -0700 (PDT) (envelope-from owner-freebsd-current) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.fr [193.56.58.253]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA17552 for ; Tue, 7 Oct 1997 21:32:11 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.fr [193.56.58.33]) by mexico.brainstorm.eu.org (8.8.4/8.8.4) with ESMTP id GAA25967 for ; Wed, 8 Oct 1997 06:32:25 +0200 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.8.6/brasil-1.2) with UUCP id GAA15722 for freebsd-current@FreeBSD.ORG; Wed, 8 Oct 1997 06:31:46 +0200 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.7/keltia-2.11/nospam) id XAA28770; Tue, 7 Oct 1997 23:58:34 +0200 (CEST) (envelope-from roberto) Message-ID: <19971007235833.38984@keltia.freenix.fr> Date: Tue, 7 Oct 1997 23:58:33 +0200 From: Ollivier Robert To: "FreeBSD Current Users' list" Subject: make -j4 for kernel build on UP Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 X-Operating-System: FreeBSD 3.0-CURRENT Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Following the discussion about using -j4 for kernel compile even for UP systems (like mine), why do I get the following almost anytime I use "-jN" for kernel compiles ? It has been like that for a long time... --- init_main.o --- cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DPQ_LARGECACHE -DIBM_HACK -DMD5 -DCOMPAT_43 -DFFS -DINET -DKERNEL -include opt_global.h ../../kern/init_main.c --- imgact_aout.o --- vnode_if.h: In function `VOP_IOCTL': In file included from ../../sys/vnode.h:439, from ../../kern/imgact_aout.c:38: vnode_if.h:395: `VOFFSETstruct' undeclared (first use this function) vnode_if.h:395: (Each undeclared identifier is reported only once vnode_if.h:395: for each function it appears in.) vnode_if.h:395: parse error before `vop_lookup_args' vnode_if.h:417: parse error before `)' vnode_if.h:418: warning: control reaches end of non-void function vnode_if.h: At top level: vnode_if.h:419: redefinition of `struct vop_cachedlookup_args' vnode_if.h:425: warning: redundant redeclaration of `vop_cachedlookup_desc' in same scope vnode_if.h:39: warning: previous declaration of `vop_cachedlookup_desc' vnode_if.h:429: warning: redundant redeclaration of `VOP_CACHEDLOOKUP' in same scope vnode_if.h:45: warning: previous declaration of `VOP_CACHEDLOOKUP' vnode_if.h:431: redefinition of `VOP_CACHEDLOOKUP' vnode_if.h:45: `VOP_CACHEDLOOKUP' previously defined here vnode_if.h:443: redefinition of `struct vop_create_args' vnode_if.h:450: warning: redundant redeclaration of `vop_create_desc' in same scope ... many more cut ... -- Ollivier ROBERT -=- FreeBSD: There are no limits -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #36: Sat Oct 4 19:58:34 CEST 1997