unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Problems to install Guile 2.0.0
@ 2011-03-08 18:57 Germán Arias
  2011-03-08 22:02 ` Ludovic Courtès
  2011-03-08 22:12 ` Mark H Weaver
  0 siblings, 2 replies; 21+ messages in thread
From: Germán Arias @ 2011-03-08 18:57 UTC (permalink / raw)
  To: Guile

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/libffi-3.0.9/include
LIBFFI_CFLAGS=-L/usr/local/lib LIBFFI_LIBS=-lffi.so.5

But at make I get: 

  CC     libguile_2.0_la-uniform.lo
  CC     libguile_2.0_la-values.lo
  CC     libguile_2.0_la-variable.lo
  CC     libguile_2.0_la-vectors.lo
  CC     libguile_2.0_la-version.lo
  CC     libguile_2.0_la-vm.lo
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

Some suggestion? Thanks in advance.




^ permalink raw reply	[flat|nested] 21+ messages in thread
* Re: Problems to install Guile 2.0.0
@ 2011-03-10 18:41 Mike Gran
  2011-03-10 19:02 ` Germán Arias
  0 siblings, 1 reply; 21+ messages in thread
From: Mike Gran @ 2011-03-10 18:41 UTC (permalink / raw)
  To: Keith Wright, ludo@gnu.org
  Cc: mhw@netris.org, guile-user@gnu.org, neil@ossau.uklinux.net

>> 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
>
>0000120 7463 7265 0a0a 0a0c ef0a bfbb 7461 6620
>
>Sorry it's byte swapped, but the 0x0C is the ctrl-L
>and the strange character is 0xEF.  How did that
>get there?

EF BB BF is the Unicode Byte-Order Mark encoded in UTF-8.

-Mike




^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2011-03-10 19:46 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-08 18:57 Problems to install Guile 2.0.0 Germán Arias
2011-03-08 22:02 ` Ludovic Courtès
2011-03-08 23:54   ` Germán Arias
2011-03-09  1:21     ` Mark H Weaver
2011-03-09  4:50       ` Germán Arias
2011-03-09  5:10         ` Mark H Weaver
2011-03-09  6:42           ` Germán Arias
2011-03-09  8:52             ` Mark H Weaver
2011-03-09 20:42               ` Germán Arias
2011-03-09 20:58                 ` Neil Jerram
2011-03-10  1:44                   ` Germán Arias
2011-03-10 10:58                     ` Ludovic Courtès
2011-03-10 14:24                       ` rixed
2011-03-10 18:25                       ` Keith Wright
2011-03-10 18:30                         ` Ludovic Courtès
2011-03-08 22:12 ` Mark H Weaver
2011-03-09  0:05   ` Germán Arias
2011-03-09  8:19     ` Andy Wingo
  -- strict thread matches above, loose matches on Subject: below --
2011-03-10 18:41 Mike Gran
2011-03-10 19:02 ` Germán Arias
2011-03-10 19:46   ` Mark H Weaver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).