From owner-freebsd-questions Wed Mar 5 16:13:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA22550 for questions-outgoing; Wed, 5 Mar 1997 16:13:23 -0800 (PST) Received: from mail.tm.net.my (janeway.tm.net.my [202.188.0.155]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA22415 for ; Wed, 5 Mar 1997 16:11:46 -0800 (PST) From: sweeting@tm.net.my Received: from [111.111.111.110] ([202.184.153.105]) by mail.tm.net.my (8.8.5/8.8.4) with SMTP id IAA29114 for ; Thu, 6 Mar 1997 08:11:06 +0800 (SGT) Date: Thu, 6 Mar 1997 08:11:06 +0800 (SGT) X-Sender: sweeting@mail.tm.net.my Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: questions@freebsd.org Subject: TIMEZONE and DST .... making the kernel (was Re: 2.2-GAMMA.) Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> Aside from a large number of warnings about type mismatches (comparing signed >> to unsigned values), it finally dies compiling param.c noting that >>TIMEZONE and >> DST aren't defined. > >Try removing /usr/src/sys and reinstalling it. Leftover garbage will >confuse things sometimes. ok, i removed /usr/src/sys and got hold of the ssys.* files again. when the whatever.tar.gz (created from the ssys.* files) is decompressed, it says that the garbage is ignored. i customised the GENERIC config file and tried to make it.... still the DST and TIMEZONE errors occured and sure enough, looking in param.c the DST and TIMEZONE variables do seem to be used before assigned values but then again, i'm not a coder ...... so, for amusement, i commented that line out .... compilation continued until the following : Warning: Object directory not changed from original /usr/src/sys/libkern cc -O -I/usr/src/sys/libkern -I/usr/src/sys/libkern/.. -DKERNEL -c mcount.c -o mcount.o *** Error code 1 Stop. *** Error code 1 Stop. >> I'm guessing I need part of the src distribution. But which part(s)? And >> where do I find out about new options that have been added to the kernal >> configuration file? > >IT's the ssys distribution, and just look over GENERIC for anything >important. All the opts are in LINT. did i perhaps make a boo boo in the config file ???? cheers, chas