Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Wed, 28 Aug 2002 20:41:51 +0200 From: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <172171040583.20020828204151@familiehaase.de> To: "Hein Saris" CC: cygwin AT cygwin DOT com Subject: Re: problem with ulimit In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hallo Hein, Am Mittwoch, 28. August 2002 um 12:45 schriebst du: > After executing configure, I am advised to increase > the stack size from 2 to 8 Mb. > Unfortunaltely, ulimit -s 8192 does not work. > Is there an other way to increase the stack size? Add this flag during linking the library or executable: -Wl,--stack,8388608 Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/