From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PAT32-0000AY-0r for garchives@archives.gentoo.org; Mon, 25 Oct 2010 19:49:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCB0BE0924; Mon, 25 Oct 2010 19:48:23 +0000 (UTC) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 9E705E0924 for ; Mon, 25 Oct 2010 19:48:23 +0000 (UTC) Received: by eyg5 with SMTP id 5so2180220eyg.40 for ; Mon, 25 Oct 2010 12:48:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=njRX0pQ7jpYCETdGQhXhnVm7c2A3JSMaa9gM/F2GulI=; b=bSdWerXQIc96eFnlPyFahlD4MKo7lX9D26n0fian+PrHxnz2Ynkyk7aSwFALlcr8cV W9vH+2geavJYlku/13BwHlOX0911x9Xl1YUxA96brGYS/azqRMIi7u5dF6zUc3joOKBr JZfoNNHxjAQudOAQfDDC+6zDYhQZ8cHImAy6k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=J/SB5lrWb3SFXU5YRC+c0ih/FYhW+2oNyz2FZWE8vCaCXBJ7Eoa/1BUDc+aAMvoKRH jbWYOYJRBz0UTY0wyu3FAuJdKItLPvz0RAoeHn85dbDInsnTHHgOt/tvcxo/ZZSjp+UU Ifk9WXE8g2+h2vfH97Fka7xPM1fCMi4A9EHuM= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.213.16.72 with SMTP id n8mr827544eba.38.1288036102380; Mon, 25 Oct 2010 12:48:22 -0700 (PDT) Received: by 10.220.67.99 with HTTP; Mon, 25 Oct 2010 12:48:21 -0700 (PDT) In-Reply-To: <4CC5C2B1.3000106@gmail.com> References: <4CC5C2B1.3000106@gmail.com> Date: Mon, 25 Oct 2010 21:48:21 +0200 Message-ID: Subject: Re: [gentoo-user] how to emerge with EXTRA_CFLAGS From: Kfir Lavi To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: 2b643bf7-9ab1-4378-a3db-b7f739f15a81 X-Archives-Hash: 5e955a25eca3d735874f6565a21c3446 On Mon, Oct 25, 2010 at 7:47 PM, Laurent Kappler wrote: > Hi, > > I'm trying to emerge apache withe EXTRA_CFLAGS+="-g" to be able to use the > Core Dump behaviour as recommended here: > http://httpd.apache.org/dev/debugging.html > > How should I do that? > > thx > Laurent > > http://bugs.gentoo.org/show_bug.cgi?id=44796 Kfir