From owner-freebsd-current@FreeBSD.ORG Thu Feb 20 02:24:09 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8514E3C6 for ; Thu, 20 Feb 2014 02:24:09 +0000 (UTC) Received: from mail-ee0-x231.google.com (mail-ee0-x231.google.com [IPv6:2a00:1450:4013:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1D1811DFE for ; Thu, 20 Feb 2014 02:24:08 +0000 (UTC) Received: by mail-ee0-f49.google.com with SMTP id d17so651473eek.22 for ; Wed, 19 Feb 2014 18:24:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=qt+9+r33IyyZVP2kc+dqMRgMOqMM/4Abe5AjFzD73EA=; b=zptQxeAxlJb+g7SlsIsqxII/rR9ka7ykL8I3gaY1sYxJP90s64BPlzj+FGBTRFTQPd KHB1a7lc2nN66rmRrAcoAbCXIIsOzn5MEDdScJPAwm1an5d2ix4ChILcz7BIEs6iVt8Q +E1vtesD7sBEwv/z2NZe9HDULSIZ2VMaSgZO9sP1zZqTZ+YW+nLzSZjfb3uC0wR6NMiv ENxF1xxol80U56iQkQtk+/gmuh1nWZuLxeUvnD4pmhH4CjtVZ/afEFnrcm1XSEART6vz jaco96jfQ4FDuvg2o8pW8jZRBw1BErUXaJHinDiq7mzqlXER24+D00TTCEzEisnEKnl+ xxdQ== MIME-Version: 1.0 X-Received: by 10.14.0.132 with SMTP id 4mr5516265eeb.95.1392863047557; Wed, 19 Feb 2014 18:24:07 -0800 (PST) Received: by 10.14.65.4 with HTTP; Wed, 19 Feb 2014 18:24:07 -0800 (PST) In-Reply-To: <20140220011939.GA49492@troutmask.apl.washington.edu> References: <20140220011939.GA49492@troutmask.apl.washington.edu> Date: Wed, 19 Feb 2014 18:24:07 -0800 Message-ID: Subject: Re: Help fixing clang 3.4 From: hiren panchasara To: Steve Kargl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2014 02:24:09 -0000 On Wed, Feb 19, 2014 at 5:19 PM, Steve Kargl wrote: > Can someone point to where I disable clang from > issuing an error and aborting on an unknown option? > > % cd /usr/ports/databases/py-sqlite3 > % make > > cc -shared -O2 -pipe -march=3Dopteron -fno-strict-aliasing build/temp.fre= ebsd-11.0-CURRENT-amd64-2.7/_sqlite/cache.o build/temp.freebsd-11.0-CURRENT= -amd64-2.7/_sqlite/connection.o build/temp.freebsd-11.0-CURRENT-amd64-2.7/_= sqlite/cursor.o build/temp.freebsd-11.0-CURRENT-amd64-2.7/_sqlite/microprot= ocols.o build/temp.freebsd-11.0-CURRENT-amd64-2.7/_sqlite/module.o build/te= mp.freebsd-11.0-CURRENT-amd64-2.7/_sqlite/prepare_protocol.o build/temp.fre= ebsd-11.0-CURRENT-amd64-2.7/_sqlite/row.o build/temp.freebsd-11.0-CURRENT-a= md64-2.7/_sqlite/statement.o build/temp.freebsd-11.0-CURRENT-amd64-2.7/_sql= ite/util.o -L/usr/local/lib -R/usr/local/lib -lsqlite3 -o build/lib.freebsd= -11.0-CURRENT-amd64-2.7/_sqlite3.so > cc: error: unknown argument: '-R/usr/local/lib' I do not know the answer but I see it being discussed here: http://lists.freebsd.org/pipermail/freebsd-toolchain/2014-January/001103.ht= ml cheers, Hiren > error: command 'cc' failed with exit status 1 > *** Error code 1 > > -- > Steve > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= "