From owner-freebsd-current Fri May 30 23:37:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA10107 for current-outgoing; Fri, 30 May 1997 23:37:41 -0700 (PDT) Received: from shell.uniserve.com (shell.uniserve.com [204.244.210.252]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA10100 for ; Fri, 30 May 1997 23:37:38 -0700 (PDT) Received: from localhost (tom@localhost) by shell.uniserve.com (8.8.5/8.8.5) with SMTP id XAA09831; Fri, 30 May 1997 23:37:17 -0700 (PDT) X-Authentication-Warning: shell.uniserve.com: tom owned process doing -bs Date: Fri, 30 May 1997 23:37:17 -0700 (PDT) From: Tom To: ken@tydfam.iijnet.or.jp cc: current@FreeBSD.ORG Subject: Re: Q) ddd-2.1 compile In-Reply-To: <199705310438.NAA00421@tyd1.tydfam.iijnet.or.jp> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 31 May 1997, Takeshi Yamada wrote: > Hi! > I have the following error message when trying to compile ddd-2.1 > using 'port' collection. > > I'm running Kernel-SMP and FreeBSD-current ca. 97/05/03 w/ 64MB > DRAM, 128MB swap. > What is supposed to be wrong? Any idea? > > : : : : > gmake[1]: Entering directory `/usr/ports/devel/ddd/work/ddd-2.1/ddd' > Building ddd-2.1-i386-unknown-freebsd3.0... > c++ -DHAVE_CONFIG_H -DNDEBUG -O2 -g -Wall -fexternal-templates -felide-constructors -fconserve-space -c -I. -I. -I./.. -I./../include -I/usr/X11R6/include -o ddd.o ddd.C > GraphNodeI.h: In method `ostrstream::~ostrstream()': > In file included from GraphNode.h:37, > from DispNode.h:43, > from DataDisp.h:66, > from ddd.C:183: > GraphNodeI.h:117: virtual memory exhausted > gmake[1]: *** [ddd.o] Error 1 > gmake[1]: Leaving directory `/usr/ports/devel/ddd/work/ddd-2.1/ddd' > The user-id that used to compile this is limited on how much memory it can use. Remember Unix was designed as a time-share system. See "man login.conf" for a way to increase your limits, or just compile it as root. Tom