From owner-freebsd-stable Sat Nov 22 15:57:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA05186 for stable-outgoing; Sat, 22 Nov 1997 15:57:54 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from pop.uniserve.com (pop.uniserve.com [204.244.156.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id PAA05178 for ; Sat, 22 Nov 1997 15:57:51 -0800 (PST) (envelope-from tom@uniserve.com) Received: from shell.uniserve.com [204.244.210.252] by pop.uniserve.com with smtp (Exim 1.73 #1) id 0xZPQn-0003va-00; Sat, 22 Nov 1997 15:57:45 -0800 Date: Sat, 22 Nov 1997 15:57:42 -0800 (PST) From: Tom To: Derrick Baumer cc: freebsd-stable@freebsd.org Subject: Re: make world shows warnings/errors? In-Reply-To: <199711222324.PAA09213@bduk.dukpad.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 22 Nov 1997, Derrick Baumer wrote: Could you wrap your e-mail? > Question 1: It's been running for 18 hours. I have an IBM BlueLightning 486-75 with 16 megs of RAM and 32 megs of swap-space. The make is really the only user process running. I'm using another computer for everything until it gets done. Roughly how long can I expect this to take? (ballpark?) The IBM 75, I belive is an 486slc processor running at 3*25mhz. Not a very fast CPU. More RAM would help quite a bit. Your system should finish in less than 24 hours. You could probably shave several hours off that if you have 32MB of RAM. My old 486DX50 (not a DX2) with 20MB RAM, does a make world in about 12-13 hours. And check the turbo button. Old systems like this don't always default to "fast", and require the turbo jumper to be shorted, to be "fast". Happens a lot with systems built from spare parts. Tom