From owner-freebsd-current Wed Apr 7 10:17:12 1999 Delivered-To: freebsd-current@freebsd.org Received: from smtp01.wxs.nl (smtp01.wxs.nl [195.121.6.61]) by hub.freebsd.org (Postfix) with ESMTP id A7E0114D37 for ; Wed, 7 Apr 1999 10:17:00 -0700 (PDT) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.57.33]) by smtp01.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA1335; Wed, 7 Apr 1999 19:14:57 +0200 Received: from daemon.ninth-circle.org (abaddon@daemon [192.168.0.1]) by daemon.ninth-circle.org (8.9.3/8.9.3) with ESMTP id TAA41065; Wed, 7 Apr 1999 19:15:00 +0200 (CEST) (envelope-from asmodai@wxs.nl) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <370B7BCC.B5726B2A@tdx.co.uk> Date: Wed, 07 Apr 1999 19:15:00 +0200 (CEST) Organization: Ninth Circle Enterprises From: Jeroen Ruigrok/Asmodai To: Karl Pielorz Subject: Re: something's wrong with the in the last 24 hours with the sou Cc: freebsd-current@FreeBSD.ORG, Tomer Weller Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 07-Apr-99 Karl Pielorz wrote: > >> doesn't matter how much i attempt to cvsup and make world in the last 24 >> hours i get this error, this is after i made world while interducing EGCS >> to FreeBSD, i had to do another make world cuz my C++ compiler couldn't >> make executables and that produces this situation. >> >> ===> cc_int >> make : dont know how to make insn-attrtab.c. Stop > > Same here... I got the error and decided it was be being out of date on > all the egcs stuff going around (I've been away recently)... I just did a > straight 'buildworld' The problem lies with the function that -j tries to do: spawn multiple processes per cpu +1. This requires dependancy tuning in the Makefiles IIRC and wasn't be done yet in order to just focus on getting egcs to work. I believed Warner or someone else fixed that problem and its either commited or waiting for inclusion. In the meantime use no -j flags or try the -j[# of CPU + 1] thing. On a side note: profiled (-g) kernels with egcs work AFAICT. --- Jeroen Ruigrok van der Werven asmodai(at)wxs.nl The idea does not replace the work... Network/Security Specialist *BSD: Powered by Knowledge & Know-how To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message