[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guile under Guix on Arm
From: |
Andreas Enge |
Subject: |
Re: Guile under Guix on Arm |
Date: |
Tue, 29 Oct 2013 22:08:12 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Tue, Oct 29, 2013 at 09:51:51PM +0100, Ludovic Courtès wrote:
> Could you check in config.log why ‘GC_set_finalizer_notifier’ was
> considered unavailable?
Here is an excerpt of config.log:
configure:48599: checking for GC_set_finalizer_notifier
configure:48599: armv5-linux-gnueabi-gcc -o conftest
-I/nix/store/8wkjgpb4b81ha352zz4fn3pvcwnj8x8c-libgc-7.2d/include -g -O2 -ldl
conftest.c -L/nix/store/8wkjgpb4b81ha352zz4fn3pvcwnj8x8c-libgc-7.2d/lib -lgc
-lcrypt -lm >&5
/nix/store/nf41xld171gr7zyzamb6lk7c2fx3cgn0-gcc-cross-armv5-linux-gnueabi-4.7.3/libexec/gcc/armv5-linux-gnueabi/ld:
warning: libpthread.so.0, needed by
/nix/store/8wkjgpb4b81ha352zz4fn3pvcwnj8x8c-libgc-7.2d/lib/libgc.so, not found
(try using -rpath or -rpath-link)
/nix/store/8wkjgpb4b81ha352zz4fn3pvcwnj8x8c-libgc-7.2d/lib/libgc.so: undefined
reference to address@hidden'
/nix/store/8wkjgpb4b81ha352zz4fn3pvcwnj8x8c-libgc-7.2d/lib/libgc.so: undefined
reference to address@hidden'
/nix/store/8wkjgpb4b81ha352zz4fn3pvcwnj8x8c-libgc-7.2d/lib/libgc.so: undefined
reference to address@hidden'
/nix/store/8wkjgpb4b81ha352zz4fn3pvcwnj8x8c-libgc-7.2d/lib/libgc.so: undefined
reference to address@hidden'
/nix/store/8wkjgpb4b81ha352zz4fn3pvcwnj8x8c-libgc-7.2d/lib/libgc.so: undefined
reference to address@hidden'
... (lots of further warnings concerning threads).
collect2: error: ld returned 1 exit status
configure:48599: $? = 1
Andreas