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: Thu, 30 Jun 2005 11:22:33 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Mysterious random crashes with latest snapshots Message-ID: <20050630152233.GC23000@trixie.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i On Thu, Jun 30, 2005 at 03:37:25PM +0100, Dave Korn wrote: >I think the operator-> isn't the real source of the problem... it's >what leads up to it. > >>>something like >>> >>>NEWLIB_CFLAGS='-g -O0 -DHAVE_OPENDIR -DHAVE_RENAME -DSIGNAL_PROVIDED >>>-D_COMPILING_NEWLIB -DHAVE_FCNTL -DMALLOC_PROVIDED -fno-builtin' >>> >>>although to be really certain I'd say after configuring look in >>>$objdir/i686-pc-cygwin/newlib/Makefile for the existing value and >>>modify that. >> >>Hopefully it won't come to that. > >Yeh, I really just mention that one for the archives. I had to figure >it out for myself the other day. Btw, if you are building in the cygwin directory, you only need to do something like: make "CFLAGS=-O0 -g" you don't need to specify CXXFLAGS. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/