This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Mysterious random crashes with latest snapshots


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]