From owner-freebsd-questions@FreeBSD.ORG Thu Oct 16 06:53:36 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB07916A4ED for ; Thu, 16 Oct 2003 06:53:36 -0700 (PDT) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04BD343FE1 for ; Thu, 16 Oct 2003 06:53:36 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id A95D93B06; Thu, 16 Oct 2003 09:53:35 -0400 (EDT) Sender: lowell@be-well.ilk.org To: freebsd-questions@freebsd.org References: <3F8DFC1C.6070203@terra.com.br> From: Lowell Gilbert Date: 16 Oct 2003 09:53:35 -0400 In-Reply-To: <3F8DFC1C.6070203@terra.com.br> Message-ID: <443cdtz3ts.fsf@be-well.ilk.org> Lines: 24 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: building error on xmule X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Oct 2003 13:53:37 -0000 M=E1rcio Concei=E7=E3o Goulart writes: > I tried to compile xmule-1.6.1 from the source and get this error: >=20 > make: Cannot allocate memory > *** Error code 1 > Stop in /usr/home/marcio/downloads/pkgs/xmule/xmule-1.6.1/src. > *** Error code 1 > Stop in /usr/home/marcio/downloads/pkgs/xmule/xmule-1.6.1. > *** Error code 1 > Stop in /usr/home/marcio/downloads/pkgs/xmule/xmule-1.6.1. >=20 > I've never saw this kind of error "Cannot allocate memory". I closed > all other aplications, including X11 and i got the same error again. > Does anyone possibly knows what can it be? The makefile is designed for Gnu make, not BSD make. Use the ports system; it handles these portability problems for you.=20=20 There is a port for xmule, and it already knows to use gmake. > sorry for my bad english. It wasn't evident from your message...