[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems to install Guile 2.0.0
From: |
Mark H Weaver |
Subject: |
Re: Problems to install Guile 2.0.0 |
Date: |
Tue, 08 Mar 2011 20:21:12 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) |
Germán,
Please cd into guile-2.0.0/libguile, and from there run the following
command:
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
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án Arias <address@hidden> writes:
> On mar, 2011-03-08 at 23:02 +0100, Ludovic Courtès wrote:
>> Hi,
>>
>> Germán Arias <address@hidden> writes:
>>
>> > CC libguile_2.0_la-vm.lo
>> > make[3]: *** [libguile_2.0_la-vm.lo] Error 1
>>
>> Can you compile with “make V=1” to get full output?
>>
>> Thanks,
>> Ludo’.
>>
>
> This is the output (just the final lines):
>
> libtool: compile: 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-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=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-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=CC --mode=compile 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 -o libguile_2.0_la-vm.lo `test -f
> 'vm.c' || echo './'`vm.c
> libtool: compile: 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
> -fPIC -DPIC -o .libs/libguile_2.0_la-vm.o
> libtool: compile: 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 >/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
- Problems to install Guile 2.0.0, Germán Arias, 2011/03/08
- Re: Problems to install Guile 2.0.0, Ludovic Courtès, 2011/03/08
- Re: Problems to install Guile 2.0.0, Germán Arias, 2011/03/08
- Re: Problems to install Guile 2.0.0,
Mark H Weaver <=
- Re: Problems to install Guile 2.0.0, Germán Arias, 2011/03/08
- Re: Problems to install Guile 2.0.0, Mark H Weaver, 2011/03/09
- Re: Problems to install Guile 2.0.0, Germán Arias, 2011/03/09
- Re: Problems to install Guile 2.0.0, Mark H Weaver, 2011/03/09
- Re: Problems to install Guile 2.0.0, Germán Arias, 2011/03/09
- Re: Problems to install Guile 2.0.0, Neil Jerram, 2011/03/09
- Re: Problems to install Guile 2.0.0, Germán Arias, 2011/03/09
- Re: Problems to install Guile 2.0.0, Ludovic Courtès, 2011/03/10
- Re: Problems to install Guile 2.0.0, rixed, 2011/03/10
- Re: Problems to install Guile 2.0.0, Keith Wright, 2011/03/10