From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 17:49:38 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0A67106566C for ; Thu, 17 Apr 2008 17:49:38 +0000 (UTC) (envelope-from juergen@carroll.com) Received: from carroll.com (mail3.hck.carroll.com [216.44.20.5]) by mx1.freebsd.org (Postfix) with ESMTP id AAF478FC15 for ; Thu, 17 Apr 2008 17:49:38 +0000 (UTC) (envelope-from juergen@carroll.com) Received: from [10.64.0.160] (account juergen@carroll.com) by carroll.com (CommuniGate Pro WebUser 4.1.3) with HTTP id 218789181 for freebsd-questions@freebsd.org; Thu, 17 Apr 2008 12:49:38 -0400 From: "Juergen Fiedler" To: freebsd-questions@freebsd.org X-Mailer: CommuniGate Pro WebUser Interface v.4.1.3 Date: Thu, 17 Apr 2008 12:49:38 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit Subject: ClamAV 0.93 on FreeBSD 4.11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2008 17:49:39 -0000 Hello, I am trying to install ClamAV 0.93 on a FreeBSD 4.11 (i386) system. I have downloaded and untarred the port, but when I try to install it, I get an error message indicating that my gcc can't build executables. The section of config.log that I believe to be relevant looks like this: ------- configure:3464: checking for C compiler default output file name configure:3491: cc -O -pipe -I/usr/local/include -D_THREAD_SAFE -L/usr/local/ lib -lpthread conftest.c >&5 /usr/libexec/elf/ld: cannot find -lpthread configure:3494: $? = 1 configure:3532: result: configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "clamav" | #define PACKAGE_TARNAME "clamav" | #define PACKAGE_VERSION "devel" | #define PACKAGE_STRING "clamav devel" | #define PACKAGE_BUGREPORT "http://bugs.clamav.net/" | #define PACKAGE PACKAGE_NAME | #define VERSION "0.93" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3538: error: C compiler cannot create executables See `config.log' for more details. ------- I am not even sure where to begin doing something about that. Does anybody know how to deal with that? Is there any additional information I should supply? Any input would be greatly appreciated. Thanks, -Juergen