On Mon, Jul 25, 2005 at 06:31:48PM +0200, Michael Banck wrote:
> --- configure.in.orig 2005-07-25 17:23:25.000000000 +0200
> +++ configure.in      2005-07-25 17:23:53.000000000 +0200
> @@ -90,6 +90,10 @@
>       AC_DEFINE(GC_LINUX_THREADS)
>       AC_DEFINE(_REENTRANT)
>       ;;
> +     *-*-gnu*)
> +     AC_DEFINE(GC_GNU_THREADS)
> +     AC_DEFINE(_REENTRANT)
> +     ;;
>       *-*-aix*)
>       AC_DEFINE(GC_AIX_THREADS)
>       AC_DEFINE(_REENTRANT)

You can't just define GC_*_THREADS without adding code to handle that style
of threads.  I'll just disable threads on the hurd for now; please send patches
to add threading support to upstream, if threading is available and working
on the hurd these days.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to