From owner-freebsd-ports@FreeBSD.ORG Tue Apr 26 16:54:23 2005 Return-Path: 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 56B2F16A4CE for ; Tue, 26 Apr 2005 16:54:23 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id C655543D49 for ; Tue, 26 Apr 2005 16:54:21 +0000 (GMT) (envelope-from inray@otenet.gr) Received: from ADMIN (thes730a-347.otenet.gr [62.103.78.93]) j3QGr3vm005055 for ; Tue, 26 Apr 2005 19:53:04 +0300 Message-Id: <200504261653.j3QGr3vm005055@kane.otenet.gr> From: "Sakis Papademetriou" To: Date: Tue, 26 Apr 2005 19:54:30 +0300 Organization: INRAY MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 thread-index: AcVKgJ0NHk3grOoBT9WYzeQuI5Eu7g== Subject: Statically compiled Bash3 still depends on shared libs. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 16:54:23 -0000 I tried to modify Bash 3 port, building a static Bash. The problem I have is that Bash always depends on libintl.so.6 and libiconv.so.3. I passed ==enable-static-link to Bash configure and LDFLAGS= "-static" but still no success. Finally i tried to build Bash-3 from its sources. I've noticed that its configure cannot detect and use static libs (libiconv.a) Is it a Bash specific bug or i missed something ? Any idea ?