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: Tue, 08 Mar 2011 20:21:12 -0500 Message-ID: <874o7dxf5j.fsf@netris.org> References: <1299610640.12945.1.camel@german-desktop> <87d3m1e0dq.fsf@gnu.org> <1299628449.5606.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 1299633706 8689 80.91.229.12 (9 Mar 2011 01:21:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 9 Mar 2011 01:21:46 +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 02:21:39 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 1Px85p-0006mO-NB for guile-user@m.gmane.org; Wed, 09 Mar 2011 02:21:38 +0100 Original-Received: from localhost ([127.0.0.1]:52841 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Px85p-0008Nv-4s for guile-user@m.gmane.org; Tue, 08 Mar 2011 20:21:37 -0500 Original-Received: from [140.186.70.92] (port=36141 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Px85a-0008Ng-QC for guile-user@gnu.org; Tue, 08 Mar 2011 20:21:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Px85Z-0007ut-OR for guile-user@gnu.org; Tue, 08 Mar 2011 20:21:22 -0500 Original-Received: from world.peace.net ([216.204.32.208]:46801) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Px85Y-0007uf-5U; Tue, 08 Mar 2011 20:21:20 -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 1Px85S-0007at-DJ; Tue, 08 Mar 2011 20:21:14 -0500 Original-Received: from mhw by freedomincluded with local (Exim 4.69) (envelope-from ) id 1Px85Q-0001qc-PW; Tue, 08 Mar 2011 20:21:13 -0500 In-Reply-To: <1299628449.5606.1.camel@german-desktop> (=?utf-8?Q?=22Germ?= =?utf-8?Q?=C3=A1n?= Arias"'s message of "Tue, 08 Mar 2011 17:54:08 -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:8494 Archived-At: Germ=C3=A1n, Please cd into guile-2.0.0/libguile, and from there run the following command: 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 and please show us the output of that command. That's the command that failed, but without redirecting stdout and stderr to /dev/null. Thanks, Mark Germ=C3=A1n Arias writes: > On mar, 2011-03-08 at 23:02 +0100, Ludovic Court=C3=A8s wrote: >> Hi, >>=20 >> Germ=C3=A1n Arias writes: >>=20 >> > CC libguile_2.0_la-vm.lo >> > make[3]: *** [libguile_2.0_la-vm.lo] Error 1 >>=20 >> Can you compile with =E2=80=9Cmake V=3D1=E2=80=9D to get full output? >>=20 >> Thanks, >> Ludo=E2=80=99. >>=20 > > This is the output (just the final lines): > > libtool: compile: gcc -std=3Dgnu99 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE= =3D1 > -I.. -I.. -I../lib -I../lib -L/usr/local/lib -pthread -Wall > -Wmissing-prototypes -Wdeclaration-after-statement -Wundef -Wswitch-enum > -fvisibility=3Dhidden -I/usr/local/include -g -O2 -MT > libguile_2.0_la-version.lo -MD -MP -MF .deps/libguile_2.0_la-version.Tpo > -c version.c -fPIC -DPIC -o .libs/libguile_2.0_la-version.o > libtool: compile: gcc -std=3Dgnu99 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE= =3D1 > -I.. -I.. -I../lib -I../lib -L/usr/local/lib -pthread -Wall > -Wmissing-prototypes -Wdeclaration-after-statement -Wundef -Wswitch-enum > -fvisibility=3Dhidden -I/usr/local/include -g -O2 -MT > libguile_2.0_la-version.lo -MD -MP -MF .deps/libguile_2.0_la-version.Tpo > -c version.c -o libguile_2.0_la-version.o >/dev/null 2>&1 > mv > -f .deps/libguile_2.0_la-version.Tpo .deps/libguile_2.0_la-version.Plo > /bin/bash ../libtool --tag=3DCC --mode=3Dcompile gcc -std=3Dgnu99 > -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=3D1 -I.. -I.. -I../lib -I../lib > -L/usr/local/lib -pthread -Wall -Wmissing-prototypes > -Wdeclaration-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 -o libguile_2.0_la-vm.lo `test -f > 'vm.c' || echo './'`vm.c > libtool: compile: gcc -std=3Dgnu99 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE= =3D1 > -I.. -I.. -I../lib -I../lib -L/usr/local/lib -pthread -Wall > -Wmissing-prototypes -Wdeclaration-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 > -fPIC -DPIC -o .libs/libguile_2.0_la-vm.o > libtool: compile: gcc -std=3Dgnu99 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE= =3D1 > -I.. -I.. -I../lib -I../lib -L/usr/local/lib -pthread -Wall > -Wmissing-prototypes -Wdeclaration-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 >/dev/null 2>&1 > make[3]: *** [libguile_2.0_la-vm.lo] Error 1 > make[3]: Leaving directory > `/home/german/Instalados/guile-2.0.0/libguile' > make[2]: *** [all] Error 2 > make[2]: Leaving directory > `/home/german/Instalados/guile-2.0.0/libguile' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/german/Instalados/guile-2.0.0' > make: *** [all] Error 2