From owner-freebsd-questions@FreeBSD.ORG Fri Oct 29 16:09:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 777E816A4CE for ; Fri, 29 Oct 2004 16:09:03 +0000 (GMT) Received: from federation.addy.com (addy.com [208.11.142.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id D003543D5A for ; Fri, 29 Oct 2004 16:09:02 +0000 (GMT) (envelope-from fbsdlist@federation.addy.com) Received: from localhost (fbsdlist@localhost) by federation.addy.com (8.9.3/8.9.3) with ESMTP id MAA87372 for ; Fri, 29 Oct 2004 12:09:02 -0400 (EDT) (envelope-from fbsdlist@federation.addy.com) Date: Fri, 29 Oct 2004 12:09:02 -0400 (EDT) From: Cliff Addy To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Compile problem with gd-2.0.28 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2004 16:09:03 -0000 Trying to compile gd-2.0.28 under 4.9-RELEASE. I get the error ./.libs/libgd.so: undefined reference to `pthread_mutex_unlock' ./.libs/libgd.so: undefined reference to `pthread_mutex_destroy' ./.libs/libgd.so: undefined reference to `pthread_mutex_lock' ./.libs/libgd.so: undefined reference to `pthread_mutex_init' Looks to me like a bad reference to a threads library. Any ideas ... ? Cliff