From owner-freebsd-questions@FreeBSD.ORG Sat Jun 14 14:59:50 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 B6EA7106564A for ; Sat, 14 Jun 2008 14:59:50 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from bulwark.hamla.org (bulwark.hamla.org [69.55.228.210]) by mx1.freebsd.org (Postfix) with ESMTP id 9E9138FC34 for ; Sat, 14 Jun 2008 14:59:50 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (bulwark [69.55.228.210]) by bulwark.hamla.org (Postfix) with ESMTP id 7D8C41CCA8; Sat, 14 Jun 2008 07:59:50 -0700 (PDT) X-Virus-Scanned: by ClamAV at bulwark.hamla.org Received: from bulwark.hamla.org ([69.55.228.210]) by localhost (bulwark.hamla.org [69.55.228.210]) (amavisd-new, port 10024) with LMTP id baf7ynbOcvhN; Sat, 14 Jun 2008 07:59:46 -0700 (PDT) Date: Sat, 14 Jun 2008 10:59:44 -0400 From: Sahil Tandon To: Wojciech Puchar Message-ID: <20080614145944.GB2892@shepherd> Mail-Followup-To: Wojciech Puchar , freebsd-questions@freebsd.org References: <20080614102330.M15568@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080614102330.M15568@wojtek.tensor.gdynia.pl> Cc: freebsd-questions@freebsd.org Subject: Re: ports/net/asterisk build problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "freebsd-questions@freebsd.org" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2008 14:59:50 -0000 Wojciech Puchar wrote: > undefined reference to `__sync_fetch_and_add_4' > > anyone know where these __sync_* functions are? Do you set CPUTYPE in /etc/make.conf? There has been some discussion about this before; check the archives for some commonly suggested solutions. -- Sahil Tandon