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 `pthread_detach@GLIBC_2.4'
/nix/store/8wkjgpb4b81ha352zz4fn3pvcwnj8x8c-libgc-7.2d/lib/libgc.so: undefined 
reference to `pthread_attr_getstack@GLIBC_2.4'
/nix/store/8wkjgpb4b81ha352zz4fn3pvcwnj8x8c-libgc-7.2d/lib/libgc.so: undefined 
reference to `pthread_create@GLIBC_2.4'
/nix/store/8wkjgpb4b81ha352zz4fn3pvcwnj8x8c-libgc-7.2d/lib/libgc.so: undefined 
reference to `sem_getvalue@GLIBC_2.4'
/nix/store/8wkjgpb4b81ha352zz4fn3pvcwnj8x8c-libgc-7.2d/lib/libgc.so: undefined 
reference to `pthread_cancel@GLIBC_2.4'
... (lots of further warnings concerning threads).
collect2: error: ld returned 1 exit status
configure:48599: $? = 1

Andreas


Reply via email to