guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trouble compiling guile


From: Ludovic Courtès
Subject: Re: trouble compiling guile
Date: Wed, 29 Feb 2012 19:09:41 +0100
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.93 (gnu/linux)

Hi,

"Waitman Gobble" <address@hidden> 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’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]