From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Germ=E1n?= Arias Newsgroups: gmane.lisp.guile.user Subject: Re: Problems to install Guile 2.0.0 Date: Wed, 09 Mar 2011 00:42:15 -0600 Message-ID: <1299652935.9308.1.camel@german-desktop> References: <1299610640.12945.1.camel@german-desktop> <87d3m1e0dq.fsf@gnu.org> <1299628449.5606.1.camel@german-desktop> <874o7dxf5j.fsf@netris.org> <1299646205.5625.2.camel@german-desktop> <87sjuwx4j7.fsf@netris.org> Reply-To: german@xelalug.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1299653377 21214 80.91.229.12 (9 Mar 2011 06:49:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Mar 2011 06:49:37 +0000 (UTC) Cc: Ludovic =?ISO-8859-1?Q?Court=E8s?= , guile-user@gnu.org To: Mark H Weaver Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Mar 09 07:49:32 2011 Return-path: Envelope-to: guile-user@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 1PxDD7-0008NS-3a for guile-user@m.gmane.org; Wed, 09 Mar 2011 07:49:29 +0100 Original-Received: from localhost ([127.0.0.1]:45158 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxD89-0001DY-S7 for guile-user@m.gmane.org; Wed, 09 Mar 2011 01:44:22 -0500 Original-Received: from [140.186.70.92] (port=34821 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxD79-0001CB-4c for guile-user@gnu.org; Wed, 09 Mar 2011 01:43:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxD6D-0005JP-Pq for guile-user@gnu.org; Wed, 09 Mar 2011 01:42:22 -0500 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:55463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxD6C-0005J1-A3; Wed, 09 Mar 2011 01:42:20 -0500 Original-Received: by yws5 with SMTP id 5so150599yws.0 for ; Tue, 08 Mar 2011 22:42:19 -0800 (PST) Original-Received: by 10.90.139.11 with SMTP id m11mr8019449agd.70.1299652939255; Tue, 08 Mar 2011 22:42:19 -0800 (PST) Original-Received: from [192.168.1.5] ([190.149.101.143]) by mx.google.com with ESMTPS id d14sm2040423ana.20.2011.03.08.22.42.17 (version=SSLv3 cipher=OTHER); Tue, 08 Mar 2011 22:42:18 -0800 (PST) In-Reply-To: <87sjuwx4j7.fsf@netris.org> X-Mailer: Evolution 2.22.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.41 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8498 Archived-At: On mié, 2011-03-09 at 00:10 -0500, Mark H Weaver wrote: > Germán, > > It looks like you might have run "make clean", or perhaps unpacked a > fresh copy of the source code, before running the command I asked you to > run. In order for the command to tell us anything useful, it must be > run after you have tried the normal build process and let it run as far > as it will go. Can you please do that and try it again? > > Best, > Mark > There isn't output with this command: german@german-desktop:~/Instalados/guile-2.0.0/libguile$ gcc -std=gnu99 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -L/usr/local/lib -pthread -Wall -Wmissing-prototypes -Wdeclaration-after-statement -Wundef -Wswitch-enum -fvisibility=hidden -I/usr/local/include -g -O2 -MT libguile_2.0_la-vm.lo -MD -MP -MF .deps/libguile_2.0_la-vm.Tpo -c vm.c -o libguile_2.0_la-vm.o german@german-desktop:~/Instalados/guile-2.0.0/libguile$