From owner-freebsd-current Mon Jun 17 21:37:26 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA25315 for current-outgoing; Mon, 17 Jun 1996 21:37:26 -0700 (PDT) Received: from parkplace.cet.co.jp (parkplace.cet.co.jp [202.32.64.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA25301 for ; Mon, 17 Jun 1996 21:37:22 -0700 (PDT) Received: from localhost (michaelh@localhost) by parkplace.cet.co.jp (8.7.5/CET-v2.1) with SMTP id NAA07940 for ; Tue, 18 Jun 1996 13:37:19 +0900 (JST) Date: Tue, 18 Jun 1996 13:37:19 +0900 (JST) From: Michael Hancock To: freebsd-current@freebsd.org Subject: Re: make core dumps while building libf2c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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