From owner-freebsd-ports@FreeBSD.ORG Thu Jan 26 01:44:17 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 953571065680 for ; Thu, 26 Jan 2012 01:44:17 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout021.mac.com (asmtpout021.mac.com [17.148.16.96]) by mx1.freebsd.org (Postfix) with ESMTP id 7D9678FC13 for ; Thu, 26 Jan 2012 01:44:17 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com (unknown [17.209.4.71]) by asmtp021.mac.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0LYD00KQQRCVIM60@asmtp021.mac.com> for ports@freebsd.org; Thu, 26 Jan 2012 00:43:44 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.6.7361,1.0.211,0.0.0000 definitions=2012-01-25_10:2012-01-26, 2012-01-25, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1201250299 From: Chuck Swiger In-reply-to: Date: Wed, 25 Jan 2012 16:43:43 -0800 Message-id: <62D0D166-A917-45CA-A65B-71992B1DD9C5@mac.com> References: To: Randy Bush X-Mailer: Apple Mail (2.1084) Cc: FreeBSD Ports Subject: Re: isc dhcp does not make X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2012 01:44:17 -0000 On Jan 25, 2012, at 4:38 PM, Randy Bush wrote: > checking for gcc... cc > checking for C compiler default output file name... > configure: error: C compiler cannot create executables > See `config.log' for more details. > ===> Script "configure" failed unexpectedly. > Please report the problem to zi@FreeBSD.org [maintainer] and attach the > "/usr/ports/net/isc-dhcp42-server/work/dhcp-4.2.3-P2/config.log" including > the output of the failure of your make command. Also, it might be a good idea > to provide an overview of all packages installed on your system (e.g. an `ls > /var/db/pkg`). > *** Error code 1 > > clang? The instructions given suggest looking at: /usr/ports/net/isc-dhcp42-server/work/dhcp-4.2.3-P2/config.log It's likely to be informative. Failing that, a basic sanity check: echo 'int main() { return 0; }' > test.c cc -o test test.c ./test && echo 'OK' || echo 'bad' Regards, -- -Chuck