Re: Problems to install Guile 2.0.0

2011-03-10 Thread Mark H Weaver
One possibility is that the hand-entered compile command actually worked for some reason. It certainly appears to have worked. Perhaps the added debugging switches, or perhaps something missing from the environment that libtool or make provides, made it work. Germán's later efforts to compile ma

Re: Problems to install Guile 2.0.0

2011-03-10 Thread Germán Arias
I send you attached an image about how I see this character on Gedit and Emacs. On jue, 2011-03-10 at 10:41 -0800, Mike Gran wrote: > >> OK, I solved the problem. Checking the files vm.c, vm.s,... . I found > >> the character > >> > >> > >> > >> at file vm.c. > > > >there's a strange characte

Re: Problems to install Guile 2.0.0

2011-03-10 Thread Mike Gran
>> OK, I solved the problem. Checking the files vm.c, vm.s,... . I found >> the character >> >> >> >> at file vm.c. > >there's a strange character between the ctrl-L and the "at file". >I thought that was what he was having problems with. > >od -x > >120 7463 7265 0a0a 0a0c ef0a bfbb 7461 6

Re: Problems to install Guile 2.0.0

2011-03-10 Thread Ludovic Courtès
Hi, Keith Wright writes: >> From: =?ISO-8859-1?Q?Germ=E1n?= Arias >> Cc: Mark H Weaver , >> Ludovic =?ISO-8859-1?Q?Court=E8s?= , guile-user@gnu.org >> >> OK, I solved the problem. Checking the files vm.c, vm.s,... . I found >> the character >> >> >> >> at file vm.c. > > there's a stran

Re: Problems to install Guile 2.0.0

2011-03-10 Thread Keith Wright
> From: l...@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) > > If the ^L character was a problem, then you’d have troubles compiling > GNU programs. :-) > > So I suspect there was another problem. Was the ctrl-L what he said is the problem? I don't know what email reader you are using, but I sa

Re: Problems to install Guile 2.0.0

2011-03-10 Thread rixed
Maybe touching these file triggered a required rebuild. So the bug would be a missing dependency in the makefiles?

Re: Problems to install Guile 2.0.0

2011-03-10 Thread Ludovic Courtès
Hi Germán, If the ^L character was a problem, then you’d have troubles compiling GNU programs. :-) So I suspect there was another problem. Thanks, Ludo’.

Re: Problems to install Guile 2.0.0

2011-03-09 Thread Germán Arias
OK, I solved the problem. Checking the files vm.c, vm.s,... . I found the character at file vm.c. I remember some time ago I had a compilation problem caused by this character in a file. However, this character not always cause problems. I removed all occurrences of this character in vm.c, and

Re: Problems to install Guile 2.0.0

2011-03-09 Thread Neil Jerram
Germán Arias writes: > Output for gcc --version: > > german@german-desktop:~$ 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 MERCHAN

Re: Problems to install Guile 2.0.0

2011-03-09 Thread Germán Arias
Output for gcc --version: german@german-desktop:~$ 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 P

Re: Problems to install Guile 2.0.0

2011-03-09 Thread Mark H Weaver
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=

Re: Problems to install Guile 2.0.0

2011-03-09 Thread Andy Wingo
On Wed 09 Mar 2011 01:05, Germán Arias writes: > This is gNewSense Deltah, with the latest updates. The architecture is > i686 (an old Pentium III). What GCC version? Andy -- http://wingolog.org/

Re: Problems to install Guile 2.0.0

2011-03-08 Thread Germán Arias
On mié, 2011-03-09 at 00:10 -0500, Mark H Weaver wrote: > Germán, > > It looks like you might have run "make clean", or perhaps unpacked a > fresh copy of the source code, before running the command I asked you to > run. In order for the command to tell us anything useful, it must be > run after

Re: Problems to install Guile 2.0.0

2011-03-08 Thread Mark H Weaver
Germán, It looks like you might have run "make clean", or perhaps unpacked a fresh copy of the source code, before running the command I asked you to run. In order for the command to tell us anything useful, it must be run after you have tried the normal build process and let it run as far as it

Re: Problems to install Guile 2.0.0

2011-03-08 Thread Germán Arias
On mar, 2011-03-08 at 20:21 -0500, Mark H Weaver wrote: > 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 > -W

Re: Problems to install Guile 2.0.0

2011-03-08 Thread Mark H Weaver
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 -

Re: Problems to install Guile 2.0.0

2011-03-08 Thread Mark H Weaver
Germán Arias writes: > Hi, I'm trying to install Guile 2.0. My system is gNewSense Which version of gNewSense are you running, and which processor architecture? Mark

Re: Problems to install Guile 2.0.0

2011-03-08 Thread Germán Arias
This is gNewSense Deltah, with the latest updates. The architecture is i686 (an old Pentium III). On mar, 2011-03-08 at 17:12 -0500, Mark H Weaver wrote: > Germán Arias writes: > > Hi, I'm trying to install Guile 2.0. My system is gNewSense > > Which version of gNewSense are you running, and whi

Re: Problems to install Guile 2.0.0

2011-03-08 Thread Germán Arias
On mar, 2011-03-08 at 23:02 +0100, Ludovic Courtès wrote: > Hi, > > Germán Arias 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 lin

Re: Problems to install Guile 2.0.0

2011-03-08 Thread Ludovic Courtès
Hi, Germán Arias 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’.

Problems to install Guile 2.0.0

2011-03-08 Thread Germán Arias
Hi, I'm trying to install Guile 2.0. My system is gNewSense, so I had install some dependencies from source (libffi, etc) since gNewSense have too old libraries. I don't get problems to configure Guile. I'm using (adn I'm not sure if this is correct) ./configure LIBFFI_CFLAGS=-I/usr/local/lib/libf