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/