Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 1997 23:58:33 +0200
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        "FreeBSD Current Users' list" <freebsd-current@FreeBSD.ORG>
Subject:   make -j4 for kernel build on UP
Message-ID:  <19971007235833.38984@keltia.freenix.fr>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19971007235833.38984>