Skip site navigation (1)Skip section navigation (2)
Date:      07 Aug 1998 09:47:40 +0200
From:      dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= )
To:        Marco van Hylckama Vlieg <fatal@pc23-c801.uibk.ac.at>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Wine on FreeBSD 2.2.7STABLE?
Message-ID:  <xzpd8adp71f.fsf@hrotti.ifi.uio.no>
In-Reply-To: Marco van Hylckama Vlieg's message of "Fri, 7 Aug 1998 05:58:37 %2B0200 (MET DST)"
References:  <199808070358.FAA04520@pc23-c801.uibk.ac.at>

next in thread | previous in thread | raw e-mail | index | archive | help
Marco van Hylckama Vlieg <fatal@pc23-c801.uibk.ac.at> writes:
> gcc -o wine debugger/debugger.o graphics/psdrv/psdrv.o graphics/win16drv/
> win16drv.o if1632/if1632.o miscemu/miscemu.o libwine.a -L/usr/X11R6/lib
> -lXpm -lSM -lICE -lXxf86dga -lXext -lX11 -lm
> ld: Could not allocate memory
> gmake: *** [wine] Error 1
> 
> I have 64MB RAM and 128MB Swap.

You probably tried to do this as a regular user, and your login class
has a 16 MB limit on data segments.

What's wrong with:

$ su
# cd /usr/portsæmulators/wine
# make install clean

(and remember to add 'option USER_LDT' to your kernel configuration)

If you don't want to use the ports for some reason,

    a) compile Wine as root
or
    b) edit /etc/login.conf to raise your resource limits
or
    c) put yourself in a login class with higher limits

DES
-- 
Dag-Erling Smørgrav - dag-erli@ifi.uio.no

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpd8adp71f.fsf>