Thanks Denys,
That indeed seems to fix the problem. I thought I was going mad!
k
duchier@ps.uni-sb.de writes:
> Ah yes, now it's clear. I am guessing (I haven't actually tried it),
> but I would suggest bracketing the above by #ifdef G_COLLECT
> #endif
>
> You have to be careful because cac.cc is only used by inclusion. In
> particular it is being included in s-clone.cc which (if memory serves)
> is part of the Space native module. You have thus a dangling ref to
> gCollectBoard which is not present in the binary since its
> implementation (Board::_cacBoard or something) is inlined.
>
> Hope this helps.
>
-
Please send submissions to hackers@mozart-oz.org
and administriva mail to hackers-request@mozart-oz.org.
The Mozart Oz web site is at http://www.mozart-oz.org/.