From owner-freebsd-threads@FreeBSD.ORG Wed Oct 6 09:27:55 2004 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F04A16A4CE; Wed, 6 Oct 2004 09:27:55 +0000 (GMT) Received: from lara.cc.fer.hr (lara.cc.fer.hr [161.53.72.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2DA543D39; Wed, 6 Oct 2004 09:27:54 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from [127.0.0.1] (localhost.cc.fer.hr [127.0.0.1]) by lara.cc.fer.hr (8.13.1/8.13.1) with ESMTP id i969R7vF029364; Wed, 6 Oct 2004 11:27:07 +0200 (CEST) (envelope-from ivoras@fer.hr) Message-ID: <4163BA6B.8080000@fer.hr> Date: Wed, 06 Oct 2004 11:27:07 +0200 From: Ivan Voras User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Eischen References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD-gnats-submit@freebsd.org cc: freebsd-threads@freebsd.org Subject: Re: threads/72353: Assertion failsin/usr/src/lib/libpthread/sys/lock.c, line 171, when compiling monodoc X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 09:27:55 -0000 Daniel Eischen wrote: > -bash-2.05b$ ./configure > checking build system type... i386-unknown-freebsd6.0 > checking host system type... i386-unknown-freebsd6.0 > checking target system type... i386-unknown-freebsd6.0 > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... no > checking for mawk... no > checking for nawk... nawk > checking whether make sets $(MAKE)... yes > checking whether to enable maintainer-specific portions of Makefiles... no > checking for a BSD-compatible install... /usr/bin/install -c > checking for gacutil... no > configure: error: No gacutil tool found > > What is gacutil? Oh, sorry, I should have mantioned you need lang/mono port installed to build monodoc, and probably x11-toolkits/gtk-sharp also.