From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: segmentation fault displaying etc/HELLO on Windows Date: Thu, 31 Jul 2008 04:03:32 +0200 Message-ID: References: <48900ED2.2000703@gnu.org> <4890670C.9000009@gnu.org> <48906865.4000808@gnu.org> <48911A34.7060008@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217469829 32526 80.91.229.12 (31 Jul 2008 02:03:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2008 02:03:49 +0000 (UTC) Cc: emacs- devel , Jason Rumney To: "Kyle M. Lee" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 31 04:04:38 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KONWw-0006a2-J8 for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 04:04:38 +0200 Original-Received: from localhost ([127.0.0.1]:43539 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KONW2-0008Dq-8e for ged-emacs-devel@m.gmane.org; Wed, 30 Jul 2008 22:03:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KONVv-0008DP-7e for emacs-devel@gnu.org; Wed, 30 Jul 2008 22:03:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KONVu-0008D5-AN for emacs-devel@gnu.org; Wed, 30 Jul 2008 22:03:34 -0400 Original-Received: from [199.232.76.173] (port=48589 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KONVu-0008D2-6w for emacs-devel@gnu.org; Wed, 30 Jul 2008 22:03:34 -0400 Original-Received: from ik-out-1112.google.com ([66.249.90.181]:39639) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KONVt-00021D-TR for emacs-devel@gnu.org; Wed, 30 Jul 2008 22:03:34 -0400 Original-Received: by ik-out-1112.google.com with SMTP id c21so283730ika.2 for ; Wed, 30 Jul 2008 19:03:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=T0eYPEXeD5hJJdd7JTpc4JJNIv3hrrcGCiJ6cf8vcNs=; b=hKPiv1qMwvfEVaZgMWrZKIHOb1ouIPwxxtA5bD+IE0Dt3mnS8gWs4ZXEnBShH/zjRV ePK2ONGW1lQn2POhpdxSj8lJT/cJ1CTU/WHHbUMHNUiY8GYvYZvYeqdKWGZv1qQ1mQM+ Du8fM0i3mdmBdZdlBukDUCYnHp7uRbXzdmOQw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Fa9HCt6s6apfMJE+SnxbYQDs7GFCs6GBn4FgeoXhDPbU+2SWw9FxNKZVfY8e4JSw07 0vd/o6lMYb3rphnVWRzw71Nhg3+G967U/8xLvrWjMm50hIi7ruRLP6gcJ9rluC9TU4+U uJb7BIDE+LJ0IJxqIWTh/XMlKnPjKkoWn2K4c= Original-Received: by 10.210.26.10 with SMTP id 10mr10199376ebz.63.1217469812537; Wed, 30 Jul 2008 19:03:32 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Wed, 30 Jul 2008 19:03:32 -0700 (PDT) In-Reply-To: <48911A34.7060008@gmail.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:101777 Archived-At: > Does that mean I have to compile the cvs emacs with --no-opt ? No. Juanma