Re: [GC] Missing references when building under MinGW
Ivan Maidanski
ivmai at mail.ru
Fri Feb 24 07:38:20 PST 2012
Hi Sergio,
What's the version of GC you are trying? Could you try the recent BDWGC snapshot?
git clone git://github.com/ivmai/bdwgc.git -b release
cd bdwgc
git clone git://github.com/ivmai/libatomic_ops.git -b release
./configure
make check
Regards.
24 02 2012, 16:59 Sergio NNX <sfhacker at hotmail.com>:
>
> Ciao.
>
> I'm trying to build some apps which have GC as a dependency (in particular, guile) and I get some undefined references errors during the linking step. The missing references are: GC_pthread_detach and GC_pthread_create. I've tried different configure options (--enable-threads=pthreads and --enable-threads=win32) but I always get the same result.
>
> Any pointers/help would be much appreciated.
>
> Sergio.
>
>
More information about the Gc
mailing list