[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems to install Guile 2.0.0
From: |
Germán Arias |
Subject: |
Re: Problems to install Guile 2.0.0 |
Date: |
Wed, 09 Mar 2011 14:42:57 -0600 |
Output for gcc --version:
address@hidden:~$ gcc --version
gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
Output for gcc -dumpmachine:
address@hidden:~$ gcc -dumpmachine
i486-linux-gnu
Output for cat /proc/cpuinfo:
address@hidden:~$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 10
cpu MHz : 996.827
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 mmx fxsr sse
bogomips : 1993.65
clflush size : 32
Output for free -m:
address@hidden:~$ free -m
total used free shared buffers
cached
Mem: 248 243 5 0 3
78
-/+ buffers/cache: 160 88
Swap: 721 2 719
and attached the output for the command gcc -std=...
On mié, 2011-03-09 at 03:52 -0500, Mark H Weaver wrote:
> 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
output.txt
Description: Text document
- 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, 2011/03/09
- Re: Problems to install Guile 2.0.0,
Germán Arias <=
- 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