Hi, "Waitman Gobble" <[email protected]> skribis:
> configure:42223: gcc -o conftest -g -O2 conftest.c -lgc -lcrypt -lm >&5 > /usr/lib/libgc.a(pthread_support.o): In function `GC_pthread_create': > /usr/src/gnu/lib/gc/pthread_support.c:1565: undefined reference to > `pthread_create' The problem here seems to be that libgc was somehow miscompiled: it should be built with thread support (use ‘--enable-threads’ when configuring it), and it should have libpthread as NEEDED and in its RPATH, which it apparently lacks. Can you check that? Thanks, Ludo’.
