From owner-freebsd-office@FreeBSD.ORG Fri Sep 14 13:05:54 2012 Return-Path: Delivered-To: office@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 88B3A106566C for ; Fri, 14 Sep 2012 13:05:54 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.friendlyhosting.spb.ru (onlyone.friendlyhosting.spb.ru [46.4.40.135]) by mx1.freebsd.org (Postfix) with ESMTP id 480F98FC14 for ; Fri, 14 Sep 2012 13:05:54 +0000 (UTC) Received: from lion.home.serebryakov.spb.ru (unknown [IPv6:2001:470:923f:1:38a5:b3a4:fb17:9e9e]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.friendlyhosting.spb.ru (Postfix) with ESMTPA id 4C3314AC2D for ; Fri, 14 Sep 2012 17:05:53 +0400 (MSK) Date: Fri, 14 Sep 2012 17:05:51 +0400 From: Lev Serebryakov Organization: FreeBSD Project X-Priority: 3 (Normal) Message-ID: <137213157.20120914170551@serebryakov.spb.ru> To: office@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Subject: Why does "devel/icu" install static libraries with different names? X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lev@FreeBSD.org List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 13:05:54 -0000 Hello, Office. I have a problem here: my `devel/subversion' port has option to be built static. It uses (via subversion native build system) "/usr/local/lib/libsqlite3.la" to link with sqlite3 (which is mandatory dependency). When sqlit3 is built with ICU support, this file contains "-licui18n" as used library. Which is Ok for dynamic linkage. But static linkage fails, because name of static library is not "libicui18n.a" but "libsicui18n.a" :( Why does ICU install static libraries under different names and how should I fix this? -- // Black Lion AKA Lev Serebryakov