[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiling 2.0.5 and make error
From: |
Ludovic Courtès |
Subject: |
Re: compiling 2.0.5 and make error |
Date: |
Sun, 05 Feb 2012 00:30:33 +0100 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux) |
Hi,
mikeyao <address@hidden> skribis:
> CCLD guile
> ./.libs/libguile-2.0.so: undefined reference to `GC_unregister_my_thread'
> ./.libs/libguile-2.0.so: undefined reference to `GC_pthread_create'
> ./.libs/libguile-2.0.so: undefined reference to `GC_register_my_thread'
> ./.libs/libguile-2.0.so: undefined reference to `GC_pthread_detach'
> collect2: ld returned 1 exit status
It looks like libgc was compiled without pthread support. Can you check that?
Thanks,
Ludo’.