Date: Sun, 18 Jun 2000 21:04:40 -0700 From: Alfred Perlstein <bright@wintelcom.net> To: "David N. Wu" <david.wu@utoronto.ca> Cc: questions@FreeBSD.ORG Subject: Re: Kernel compilation error Message-ID: <20000618210440.M18462@fw.wintelcom.net> In-Reply-To: <394D9BFC.91E5696B@utoronto.ca>; from david.wu@utoronto.ca on Mon, Jun 19, 2000 at 12:05:16AM -0400 References: <394D9BFC.91E5696B@utoronto.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
* David N. Wu <david.wu@utoronto.ca> [000618 21:03] wrote: > Hey FreeBSD gurus! > > I have config built the enviroment with config (/usr/sbin/config -g > FREEBIE) and it created a subdirectory in /usr/src/sys/compile/FREEBIE. > When I try to "make depend" i'm getting an error saying: > > Makefile:28: *** missing separator. Stop > > > At line 28 of the Make file, it has the following code: > > 28: .if exist(./@/.) > 29: S= ./@ > 30: .else > 31: S= ../.. > 32: .endif > > > I was wondering if you can help me out here, I'm just trying to get some > sound on my system. Well enough complaining and hope to hear from you > guys later. Thanks in advance!!! You didn't happen to install gmake from sources and have /usr/local/bin in your path before /usr/bin? You need to use our make. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000618210440.M18462>