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
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
>> 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
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
> 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
Maybe touching these file triggered a required rebuild.
So the bug would be a missing dependency in the makefiles?
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’.
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
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
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
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=
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/
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
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
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
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
-
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
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
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
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’.
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
21 matches
Mail list logo