From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.user Subject: Re: Problems to install Guile 2.0.0 Date: Wed, 09 Mar 2011 03:52:07 -0500 Message-ID: <87r5agvfpk.fsf@netris.org> 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> <1299652935.9308.1.camel@german-desktop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299661313 25972 80.91.229.12 (9 Mar 2011 09:01:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Mar 2011 09:01:53 +0000 (UTC) Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , guile-user@gnu.org To: german@xelalug.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Mar 09 10:01:49 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 1PxFH7-0002Cs-4p for guile-user@m.gmane.org; Wed, 09 Mar 2011 10:01:48 +0100 Original-Received: from localhost ([127.0.0.1]:58280 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxFBY-0002X9-Jz for guile-user@m.gmane.org; Wed, 09 Mar 2011 03:56:00 -0500 Original-Received: from [140.186.70.92] (port=40301 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxFAA-0002IC-Es for guile-user@gnu.org; Wed, 09 Mar 2011 03:54:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxFA8-0003xV-VK for guile-user@gnu.org; Wed, 09 Mar 2011 03:54:33 -0500 Original-Received: from world.peace.net ([216.204.32.208]:55433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxFA7-0003wU-Eb; Wed, 09 Mar 2011 03:54:31 -0500 Original-Received: from ip68-9-118-38.ri.ri.cox.net ([68.9.118.38] helo=freedomincluded) by world.peace.net with esmtpa (Exim 4.69) (envelope-from ) id 1PxFA1-00005h-D0; Wed, 09 Mar 2011 03:54:25 -0500 Original-Received: from mhw by freedomincluded with local (Exim 4.69) (envelope-from ) id 1PxF7o-0004OV-7O; Wed, 09 Mar 2011 03:52:08 -0500 In-Reply-To: <1299652935.9308.1.camel@german-desktop> (=?utf-8?Q?=22Germ?= =?utf-8?Q?=C3=A1n?= Arias"'s message of "Wed, 09 Mar 2011 00:42:15 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 216.204.32.208 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:8501 Archived-At: Germ=C3=A1n, Please send us the output of the following commands: gcc --version gcc -dumpmachine cat /proc/cpuinfo free -m And finally, again from the libguile directory, please run the following command and send us the output. It is slightly different than the last one you tried. gcc -std=3Dgnu99 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=3D1 -I.. -I.. -I../lib= -I../lib -L/usr/local/lib -pthread -Wall -Wmissing-prototypes -Wdeclaratio= n-after-statement -Wundef -Wswitch-enum -fvisibility=3Dhidden -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 -Q -time -save-temps; echo EXIT STAT= US $?; ls -l vm.* Thanks, Mark