From owner-freebsd-current Sat May 31 18:13:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA27148 for current-outgoing; Sat, 31 May 1997 18:13:59 -0700 (PDT) Received: from mail0.iij.ad.jp (mail0.iij.ad.jp [202.232.2.113]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA27143 for ; Sat, 31 May 1997 18:13:54 -0700 (PDT) Received: from uucp2.iij.ad.jp (uucp2.iij.ad.jp [202.232.2.202]) by mail0.iij.ad.jp (8.8.5+2.7Wbeta5/3.5Wpl4-MAIL) with SMTP id KAA24567; Sun, 1 Jun 1997 10:13:49 +0900 (JST) Received: (from uucp@localhost) by uucp2.iij.ad.jp (8.6.12+2.4W/3.3W9-UUCP) with UUCP id KAA08926; Sun, 1 Jun 1997 10:13:49 +0900 Received: from tyd1.tydfam.iijnet.or.jp (tyd1.tydfam.iijnet.or.jp [192.168.1.2]) by tydfam.iijnet.or.jp (8.8.5/3.4W2-uucp) with ESMTP id JAA27967; Sun, 1 Jun 1997 09:13:23 +0900 (JST) Received: from localhost.tydfam.iijnet.or.jp (localhost.tydfam.iijnet.or.jp [127.0.0.1]) by tyd1.tydfam.iijnet.or.jp (8.8.5/3.4Wnomx) with SMTP id JAA09456; Sun, 1 Jun 1997 09:13:23 +0900 (JST) Message-Id: <199706010013.JAA09456@tyd1.tydfam.iijnet.or.jp> X-Authentication-Warning: tyd1.tydfam.iijnet.or.jp: localhost.tydfam.iijnet.or.jp [127.0.0.1] didn't use HELO protocol To: tom@uniserve.com Cc: current@FreeBSD.ORG Subject: Re: Q) ddd-2.1 compile Reply-To: ken@tydfam.iijnet.or.jp In-Reply-To: Your message of "Fri, 30 May 1997 23:37:17 -0700 (PDT)" References: X-Mailer: Mew version 1.70 on Emacs 19.34.2 / Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 01 Jun 1997 09:13:22 +0900 From: Takeshi Yamada Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thank you for quick response. Actually, I ran as "root" using tcsh, and it was not supposed to be a reason of error. However, I tried it with other FreeBSD-current box and it went through without any problem. So, I think it is because of my setup problem. Thank you. tom> The user-id that used to compile this is limited on how much memory it tom> can use. Remember Unix was designed as a time-share system. See "man tom> login.conf" for a way to increase your limits, or just compile it as root. tom> tom> Tom tom> tom>