with guile version 2.1.0.89-c5ea7 on an x86_64 GNU/Linux system
and the following code
(use-modules (srfi srfi-4) (rnrs bytevectors))
(define a (make-f32vector 2 0))
(define b (bytevector-copy a))
(write (list a b))
"b" turns out to be an f32vector with length 8, 4 times the length of "a".
hi,
i am getting a compilation error which seems odd to me, with guile version
2.1.0.455-73f61, compiled from the commit from 2015-09-18.
here are several scenarios i tried:
# code in a file
## file contents
(add-to-load-path "test")
## compilation
guile t.scm
;;; note: auto-compilation
when using resolve-interface to resolve a r6rs-library module, i found that
when the r6rs-library defines and exports a procedure with the same name as a
procedure that it imports, only the imported procedure will be available in the
interface module.
this does not seem to happen with modules t
hi
having dependencies
gmp 4.2.2-2
libtool 2.2.6a-1
installed and 64bit linux,
im trying to compile guile 1.8.5, but it fails leaving the message found
here:
http://pastebin.com/m3bd2e879
"Speicherzugriffsfehler" translates to "segmentation fault"
this happens also with the git version.
im cl
i meant the version one gets when issuing "git clone
git://git.sv.gnu.org/guile.git".
now trying this again, it wont complete "autoconf configure.in" (i found
no further documentation how to compile except a comment in configure.in)
it runs a second then gives:
;;
configure.in:44: error: poss
ok, i did try to compile from the latest snapshot.
same error, i guess.
'make' produces a shorter message when run a second time.
the linked message is the end of a first 'make' run.
messages:
./configurehttp://pastebin.com/m684b4e99
make http://pastebin.com/m3a251e3a
_I_GSC_STACK_GROWS_UP to 1, no change.
tantalum
x86_64 is the same as amd64, just a vendor neutral name.
(http://en.wikipedia.org/wiki/X86-64)
i use gcc 4.3.2-1
2008/9/22 Neil Jerram <[EMAIL PROTECTED]>:
> Once you're in GDB, type bt to get the stack, and if you can a few
> prints to identify the immediate cause of the fault
im not sure what
Hi,
while experimenting with using "dynamic-link" with guile 1.8.6, I
noticed that some libraries can not be loaded.
same location ("/usr/lib"), same filename extension (".so").
for example "libc.so", "libopcodes.so".
the error message always says "File not Found", which is irritating.
i believ
t;"..., 1")= 1
write(2, ", message: "..., 11, message: ) = 11
write(2, "\""..., 1") = 1
write(2, "file not found"..., 14file not found) = 14
write(2, "\""..., 1")
10 matches
Mail list logo