Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Date: Fri, 21 Mar 2003 00:21:23 -0500
From: Christopher Faylor <cgf-rcm@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: DEBUG build of cygwin
Message-ID: <20030321052123.GB12336@redhat.com>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <F132Pxz8XwZtmsjLq6300048f3f@hotmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <F132Pxz8XwZtmsjLq6300048f3f@hotmail.com>
User-Agent: Mutt/1.5.1i

On Thu, Mar 20, 2003 at 09:15:36PM -0800, Vishal Jain wrote:
>Is there a single place in a config file where I can specify CFLAGS?
>Where do I have to change it?

Just type "make CFLAGS=-g", as I said.  Or modify the Makefile.  Or, more
generally "grep is your friend".  If you'd typed "grep CFLAGS *" in your
build directory you would have found the answer to your question pretty
quickly.

cgf

>On Thu, Mar 20, 2003 at 06:25:45PM -0800, Vishal Jain wrote:
>>When I try to set the breakpoint to seteuid() or fopen, and run the
>>program, it does not stop at that function.
>
>Try setting the breakpoint on the first line number of the function
>rather than on the function itself.
>
>Also for complete predictability, you may want to build the DLL without
>optimization, i.e., "make CFLAGS=-g".

--
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/

