Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 1995 14:34:43 -0500 (EST)
From:      "Marc G. Fournier" <scrappy@hub.org>
To:        current@freebsd.org
Subject:   Problems compilng kernel
Message-ID:  <Pine.BSF.3.91.951209142717.1013A-100000@hub.org>

next in thread | raw e-mail | index | archive | help

Hi...

	Well, I've sup'd in all the new stuff, and did my make depend,
but when it seems to be right at the end of 'make', it fails with:

cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -Wnested-externs  -nostdinc -I. -I../.. -I../../sys -I../../../include -DI386_CPU -DPCVT_PRETTYSCRNS -DPCVT_SCREENSAVER -DPCVT_FREEBSD=210 -DSYSVMSG -DSYSVSEM -DSYSVSHM -DUCONSOLE -DBOUNCE_
BUFFERS -DSCSI_DELAY=15 -DCOMPAT_43 -DPROCFS -DMSDOSFS -DFFS -DINET -DMATH_EMULATE -DJREMOD -DKERNEL -DMAXUSERS=10 param.c
Makefile:4: *** missing separator.  Stop.
*** Error code 2

Stop.


	Now, usually a 'missing separator', from my experience, refers
to a missing tab or something...doesn't it?  Well, here's the top of
my Makefile in ../../compile/hub, and, line 4 turns out to be the '# Copy...'
line (IDENT is all one line, until -DJREMOD):

KERN_IDENT=HUB
IDENT= -DI386_CPU -DPCVT_PRETTYSCRNS -DPCVT_SCREENSAVER -DPCVT_FREEBSD=210 -DSYS
VMSG -DSYSVSEM -DSYSVSHM -DUCONSOLE -DBOUNCE_BUFFERS -DSCSI_DELAY=15 -DCOMPAT_43
 -DPROCFS -DMSDOSFS -DFFS -DINET -DMATH_EMULATE -DJREMOD
PARAM=-DMAXUSERS=10
# Copyright 1990 W. Jolitz
#       from: @(#)Makefile.i386 7.1 5/10/91
#       $Id: Makefile.i386,v 1.70 1995/11/19 19:49:43 davidg Exp $
#
# Makefile for FreeBSD
#
# This makefile is constructed from a machine description:
#       config machineid
# Most changes should be made in the machine description
#       /sys/i386/conf/``machineid''
# after which you should do
#        config machineid
# Generic makefile changes should be made in
#       /sys/i386/conf/Makefile.i386
# after which config should be rerun for all machines.
#
CC?=    cc
CPP?=   cpp
LD?=    /usr/bin/ld

.if exists(./@/.)
S=      ./@
.else
S=      ../..
.endif
I386=   ${S}/i386


	Then again...if the Makefile was "corrupt", it shouldn't compile
anything else, let alone fail on the last segment of the compile...should
it?

	Any ideas of where I should look on this?  I've tried doing a
'config hub' again, to wipe out everything and rebuild the compile
directory, no go.  And I haven't modified 'Makefile.i386' in the
i386/conf directory...

	Ideas are welcome...

Thanks..

Marc G. Fournier | POP Mail  Telnet Acct  DNS Hosting
scrappy@hub.org  |  WWW Services   Database Services  | Knowledge, 
 soon to be:     |                                    | Information and
scrappy@ki.net   |      WWW: http://hub.org           | Communications, Inc




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.951209142717.1013A-100000>