Re: [Gc] "include/private/gcconfig.h", line 604: #error: "The collector has not been ported to this machine/OS combination."

Dennis Clarke <[email protected]> Wed, 23 Nov 2016 14:53:26 -0500
Newsgroups gmane.comp.programming.garbage-collection.boehmgc
Message-ID <[email protected]>
On 11/23/2016 02:23 PM, Bruce Hoult wrote:
> Does it work if you disable threads (and therefore don't use atomic ops)?
>


I can give that a try but, would that be wise? I need libgc as a
downstream dependency for gcc because gcc needs autogen which needs
guile which needs libgc which needs atomic_ops.

Welcome to dependency hell. :-)

So I can give it a try and see what happens but I would think the right
path to take is to sort out the code. However, first things first as
they say. Let me spin this and see what configure option is needed to
disable threads. Temporarily.

Dennis