Ludovic Court�s <l...@gnu.org> wrote ..
> Hi,
>
> "Waitman Gobble" <uzi...@da3m0n8t3r.com> 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’.


Hi,
This is the configure line i used for gc

./configure --prefix=/usr --cplusplus --enable-threads=posix

maybe should have been

./configure --prefix=/usr --cplusplus --enable-threads=pth

I'm trying that now... then rebuilt guile. ( except i've already completely 
obliterated gcc4.2.1 on this machine.. now running 4.6.2 from source :) i'll 
catch it for sure on the next loop! )

Thanks,

--
Waitman Gobble
San Jose California USA

Reply via email to