From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.bugs Subject: Re: Compiling from GIT Date: Sat, 12 Feb 2011 14:58:36 +0100 Message-ID: <31FD5507-B42B-4A1B-8403-E3713616B1E2@telia.com> References: <102A4E0F-DA84-484B-8F2F-D08F0D1B3A9E@telia.com> <79C2B6A7-DF56-424B-ABEE-F79DBA902386@telia.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1297519136 4596 80.91.229.12 (12 Feb 2011 13:58:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 12 Feb 2011 13:58:56 +0000 (UTC) Cc: bug-guile@gnu.org To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Feb 12 14:58:52 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PoFzw-0007WT-BB for guile-bugs@m.gmane.org; Sat, 12 Feb 2011 14:58:52 +0100 Original-Received: from localhost ([127.0.0.1]:56691 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoFzv-00062U-VH for guile-bugs@m.gmane.org; Sat, 12 Feb 2011 08:58:51 -0500 Original-Received: from [140.186.70.92] (port=44317 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoFzp-00060B-U5 for bug-guile@gnu.org; Sat, 12 Feb 2011 08:58:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoFzp-0003SR-38 for bug-guile@gnu.org; Sat, 12 Feb 2011 08:58:45 -0500 Original-Received: from smtp-out12.han.skanova.net ([195.67.226.212]:35510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoFzo-0003SA-PE for bug-guile@gnu.org; Sat, 12 Feb 2011 08:58:44 -0500 Original-Received: from [10.0.1.2] (217.210.127.13) by smtp-out12.han.skanova.net (8.5.133) (authenticated as u26619196) id 4D065C2901058642; Sat, 12 Feb 2011 14:58:37 +0100 In-Reply-To: X-Mailer: Apple Mail (2.1082) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.67.226.212 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5115 Archived-At: On 12 Feb 2011, at 13:02, Andy Wingo wrote: >> When compiling guile from GIT or guile-1.9.1, libguile/Makefile just >> writes >> CC libguile_2.0_la-vm.lo >> What commands are processed? - For the compiler internal segmentation >> fault bugreport, I need to modify the gcc arguments (also getting the >> preprocessed vm.c). > > `make V=1'. See "silent-rules" in the automake manual. This worked. Thanks.