Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 1996 13:37:19 +0900 (JST)
From:      Michael Hancock <michaelh@cet.co.jp>
To:        freebsd-current@freebsd.org
Subject:   Re: make core dumps while building libf2c
Message-ID:  <Pine.SV4.3.93.960618133248.7908A-100000@parkplace.cet.co.jp>
In-Reply-To: <Pine.SV4.3.93.960618031802.2964B-100000@parkplace.cet.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
My info was a little bogus the make world script below fails everytime at
the same place if I launch it from csh.  If I start bash and do the script
below it works.

I don't use the root account much except to build the sources, so I left
it as csh.  Why does this make a difference?

> #!/bin/sh
> ulimit -d unlimited
> ulimit -f unlimited
> ulimit -m unlimited
> ulimit -s unlimited
> ulimit -n unlimited
> make world 1>make.log 2>&1

-mike hancock




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SV4.3.93.960618133248.7908A-100000>