This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: boehm-gcc doesn't like threads=win32?
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 10 Dec 2001 23:09:25 +1300
- Subject: Re: boehm-gcc doesn't like threads=win32?
- References: <86n10r5xun.fsf@megacz.com>
Adam Megacz wrote:
>Configuring in i686-pc-mingw32/boehm-gc
>...
>checking whether to enable maintainer-specific portions of Makefiles... no
>checking for thread model used by GCC... win32
>configure: error: thread package win32 not yet supported
>make: *** [configure-target-boehm-gc] Error 1
>
>Huh?
>
You'll need to arrange things so that win32-threads.c gets built and
GC_WIN32_THREADS is defined in this case, in boehm-gc/configure.in and
Makefile.am. I guess noboby has built a ming-win32 boehm-gc cross using
the current build mechanism yet ;-)
regards
Bryce.