From owner-freebsd-ports@FreeBSD.ORG Wed Jun 14 20:16:45 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C91116A479; Wed, 14 Jun 2006 20:16:45 +0000 (UTC) (envelope-from mi+mx@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22DFD43D5C; Wed, 14 Jun 2006 20:16:43 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.6/8.13.6) with ESMTP id k5EKGXax038792 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 14 Jun 2006 16:16:43 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from [172.21.130.86] (mx-broadway [38.98.68.18]) by corbulon.video-collage.com (8.13.6/8.13.6) with ESMTP id k5EKGRDT013613 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 14 Jun 2006 16:16:27 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Michael Nottebrock Date: Wed, 14 Jun 2006 16:16:21 -0400 User-Agent: KMail/1.9.1 References: <200606112110.39148@aldan> <200606141146.28185.mi+mx@aldan.algebra.com> <200606141809.05229.lofi@freebsd.org> In-Reply-To: <200606141809.05229.lofi@freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200606141616.21658.mi+mx@aldan.algebra.com> Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV 0.88/1538/Tue Jun 13 16:17:56 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: Alexander Leidinger , Matthias Andree , freebsd-ports@freebsd.org, Mark Linimon Subject: Re: NOT installing the .la files 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: Wed, 14 Jun 2006 20:16:45 -0000 середа 14 червень 2006 12:09, Michael Nottebrock написав: > Of such a buildtime error? No. Here's a line from an typical libtool > archive: > > # Libraries that this one depends upon. > dependency_libs=' -L/usr/local/lib -lz /usr/local/lib/libiconv.la -lm' > > libtool will use that verbatim during linking. I think, it will use that verbatim only if it detected the presence of libiconv.la earlier -- just as the literal "/usr/local" must be a configure-time setting. The libiconv-1.9.2_1 installed on this computer, for example, did not come with a libiconv.la. Yet everything seems to have built fine after it... Unless there is a convincing example of things breaking without an .la file, these should be deleted. We went through more trouble over pkg-comment files. -mi