This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: boehm-gcc doesn't like threads=win32?


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]