From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31253 invoked by alias); 22 Oct 2005 20:58:27 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 31072 invoked by uid 48); 22 Oct 2005 20:58:24 -0000 Date: Sat, 22 Oct 2005 20:58:00 -0000 Message-ID: <20051022205824.31071.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libgcj/13212] JNI/CNI AttachCurrentThread does not register thread with garbage collector In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "arno at heho dot snv dot jussieu dot fr" X-SW-Source: 2005-10/txt/msg02923.txt.bz2 List-Id: ------- Comment #13 from arno at heho dot snv dot jussieu dot fr 2005-10-22 20:58 ------- Shouldn't part of boehm-gc .h and config files be installed and picked up by #include ? Especially boehm-gc doc says pthread_create (and some other thread-functions) should not be called directly, but rather by including gc.h, which redefines them. And those redefinitions depend on values from gc_config.h (especially GC__THREADS). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13212