From owner-freebsd-questions@FreeBSD.ORG Thu Nov 10 17:27:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 DBD2216A420 for ; Thu, 10 Nov 2005 17:27:59 +0000 (GMT) (envelope-from jkreska@kreska.org) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id C194D43D4C for ; Thu, 10 Nov 2005 17:27:58 +0000 (GMT) (envelope-from jkreska@kreska.org) Received: from hacking.kicks-ass.org ([24.1.125.150]) by comcast.net (rwcrmhc12) with ESMTP id <200511101727580140018fsve>; Thu, 10 Nov 2005 17:27:58 +0000 Received: from ecs2400.jeff.com (ecs2400.jeff.com [192.168.0.8]) by hacking.kicks-ass.org (8.13.2/8.13.2) with ESMTP id jAAHRvIA045955 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 10 Nov 2005 11:27:57 -0600 (CST) (envelope-from jkreska@kreska.org) Received: from ecs2400.jeff.com (localhost.jeff.com [127.0.0.1]) by ecs2400.jeff.com (8.13.2/8.13.1) with ESMTP id jAAHRuHL035225 for ; Thu, 10 Nov 2005 11:27:56 -0600 (CST) (envelope-from jkreska@ecs2400.jeff.com) Received: (from jkreska@localhost) by ecs2400.jeff.com (8.13.2/8.13.1/Submit) id jAAHRu3Y035224 for freebsd-questions@freebsd.org; Thu, 10 Nov 2005 11:27:56 -0600 (CST) (envelope-from jkreska) Date: Thu, 10 Nov 2005 11:27:56 -0600 (CST) From: Jeff Kreska Message-Id: <200511101727.jAAHRu3Y035224@ecs2400.jeff.com> To: freebsd-questions@freebsd.org Subject: remove -tag=CC from libtool 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, 10 Nov 2005 17:28:00 -0000 I am running 5.3-RELEASE I think, it says 5.3-SECURITY in the sysinstall prog I am having a heck of a time getting my newly supped ports tree to compile. Several of the programs are calling libtool with a --tag=CC and then it fails with the following error: libtool15: link: unable to infer tagged configuration libtool15: link: specify a tag with `--tag' Some of the ports I was able to execute make LTFLAGS="--silent" and it would get rid of the error. Is there a generic place I can make the change so that I don't have to reverse engineer each port to find the flag option required to disable it. I am stuck in mysql4.1.15-server build :( --- Thanks, Jeff