From owner-freebsd-hackers Sun Jan 18 07:58:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA17818 for hackers-outgoing; Sun, 18 Jan 1998 07:58:22 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from tbuswell.ne.mediaone.net (tbuswell.ne.mediaone.net [24.128.60.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA17791 for ; Sun, 18 Jan 1998 07:58:05 -0800 (PST) (envelope-from tbuswell@tbuswell.ne.mediaone.net) Received: (from tbuswell@localhost) by tbuswell.ne.mediaone.net (8.8.8/8.8.8) id KAA07494; Sun, 18 Jan 1998 10:37:59 -0500 (EST) (envelope-from tbuswell) Date: Sun, 18 Jan 1998 10:37:59 -0500 (EST) Message-Id: <199801181537.KAA07494@tbuswell.ne.mediaone.net> From: Ted Buswell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Kaleb S. KEITHLEY" Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: ld falls down linking wine980104 In-Reply-To: <34C1C08A.59E2B600@opengroup.org> References: <34C1C08A.59E2B600@opengroup.org> X-Mailer: VM 6.31 under 20.2 XEmacs Lucid Reply-To: tbuswell@mediaone.net (Ted Buswell) Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk >>>>> "Kaleb" == Kaleb S KEITHLEY writes: Kaleb> Subject sort of says it all. I've got 100+ meg of swap and Kaleb> ld grows (watched with top) to ~30 meg before it exits with Kaleb> an "unable to allocate memory" error. This sounds very similar to the same problem I was having compiling the DCE sources (link > 64MB). The problem I was having was with the resource settings for my user in login.conf(5). Check the output of 'ulimit -a' or 'limits'. If you still have problems linking and if you are running X, try the link from a console and see if it works (I'm not sure what to do with the xuser record). -Ted