[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: |
Wed, 09 Mar 2011 03:52:07 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) |
Germán,
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=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 -Q -time
-save-temps; echo EXIT STATUS $?; ls -l vm.*
Thanks,
Mark
- 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, 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, 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 <=
- 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
- Re: Problems to install Guile 2.0.0, Ludovic Courtès, 2011/03/10
Re: Problems to install Guile 2.0.0, Mark H Weaver, 2011/03/08