From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Shukaev Newsgroups: gmane.emacs.help Subject: Re: Gnus + Gmail + IMAP Date: Tue, 30 Jun 2015 18:49:00 +0200 Message-ID: References: <87lhf272in.fsf@yale.edu> <83zj3h2p89.fsf@gnu.org> <83oajx2mim.fsf@gnu.org> <83lhf12lin.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1435682959 24764 80.91.229.3 (30 Jun 2015 16:49:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 30 Jun 2015 16:49:19 +0000 (UTC) Cc: help-gnu-emacs To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 30 18:49:17 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z9yii-0008GA-QR for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Jun 2015 18:49:16 +0200 Original-Received: from localhost ([::1]:47893 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9yii-0008JS-6T for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Jun 2015 12:49:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9yiY-0008JL-B5 for help-gnu-emacs@gnu.org; Tue, 30 Jun 2015 12:49:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9yiV-0004Ju-KS for help-gnu-emacs@gnu.org; Tue, 30 Jun 2015 12:49:06 -0400 Original-Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:32793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9yiT-0004J5-RM; Tue, 30 Jun 2015 12:49:02 -0400 Original-Received: by laar3 with SMTP id r3so21380077laa.0; Tue, 30 Jun 2015 09:49:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=5OzyzSOkIxpCfQ2l2p1l2gTVAxGqpuay4DAEgZbW7T8=; b=qLxtqRVCZBUfV2vBSisjeMoPXDHhKO7nEB85Vl1VCjPmBTxrxe60XPqwGKjzzU09Nf fgBPBuq4bkZPqUBPMeWotnL1rv3RJ0kzL6FXo75qV/5JWWwRNzMFqiV2PzwxPYPjUzjW hhwb1tZEFBpC5stzy8YoSZ57nxc5PINnT76qXuZJGkqKmEjLG7fakM+FMCJCyYIea68I L7gXMSLc42KRRyOgxCHKrR4soNp9NsCG8woROSr+y0b5QDhN1RMLc5mbii9py/oytMRA ZqA0YqdQ910crc/wc5M9s3BBEcl9fs17+kITGdhflQ4ceQQsxiFIHzHRkyT868UnfEM3 8MmA== X-Received: by 10.152.22.99 with SMTP id c3mr21103700laf.32.1435682940717; Tue, 30 Jun 2015 09:49:00 -0700 (PDT) Original-Received: by 10.112.36.103 with HTTP; Tue, 30 Jun 2015 09:49:00 -0700 (PDT) In-Reply-To: <83lhf12lin.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::234 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105333 Archived-At: > > CFLAGS=3D'-O0 -gdwarf-4 -g3' ./configure ... --enable-checking=3D'yes,g= lyphs' > > (I assume your GCC is at least 4.8.x, so it should support -gdwarf-4.) > Replace "..." with whatever you usually put on the configure command > line, but omit any options that contradict with those I show > explicitly. > > =E2=80=8BI'm building 64-bit one, so DWARF is not available in this case. = SEH would be used instead.=E2=80=8B