From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24152 invoked from network); 25 Apr 2002 06:05:01 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 25 Apr 2002 06:05:01 -0000 Received: (qmail 22814 invoked by alias); 25 Apr 2002 06:04:54 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17034 Received: (qmail 22795 invoked from network); 25 Apr 2002 06:04:52 -0000 From: Borsenkow Andrej To: "'Felix Rosencrantz'" , "'zsh-workers'" Subject: RE: new valgrind errors Date: Thu, 25 Apr 2002 10:04:43 +0400 Message-ID: <001901c1ec1f$19bf3ff0$1fc1f2a3@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: <20020425060019.14012.qmail@web10405.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal > As a side question... I don't really understand enough about how autoconf > and > configure work and how to get particular compiler flags. > > I was trying to build zsh with a "-g" flag. I tried using the --enable- > debug > flag. But that seemed to add the "-ggdb" flag, which isn't same. Is there > a > way to get the plain "-g" flag via configure. > CFLAGS=-g configure ... Does not it work? -andrej