From owner-freebsd-questions@FreeBSD.ORG Sun Mar 18 19:39:45 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7187116A410 for ; Sun, 18 Mar 2007 19:39:45 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id 05C5513C469 for ; Sun, 18 Mar 2007 19:39:34 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan@localhost [127.0.0.1]) by dan.emsphone.com (8.14.0/8.13.8) with ESMTP id l2IJdSoP082751 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 18 Mar 2007 14:39:29 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.0/8.14.0/Submit) id l2IJdStU082749; Sun, 18 Mar 2007 14:39:28 -0500 (CDT) (envelope-from dan) Date: Sun, 18 Mar 2007 14:39:28 -0500 From: Dan Nelson To: Milan Knizek Message-ID: <20070318193928.GE64778@dan.emsphone.com> References: <200703181940.15580.knizek@volny.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200703181940.15580.knizek@volny.cz> X-OS: FreeBSD 6.2-STABLE User-Agent: Mutt/1.5.14 (2007-02-12) Cc: freebsd-questions@freebsd.org Subject: Re: libstdc++6 dependency? 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: Sun, 18 Mar 2007 19:39:45 -0000 In the last episode (Mar 18), Milan Knizek said: > enblend-3.0 (program for seamless stitching of pre-aligned pictures, > supported by hugin) requires libstdc++6 for large file support. libstdc++ is a support library for gcc, and doesn't have anything to do with large files. Are you trying to run a Linux binary, maybe? If so, try installing the linux_base-fc4 port, which installs a /usr/compat/linux/usr/lib/libstdc++.so.6 file. > I have searched ports and sources (/usr/src/) and have not found > anything else than libstdc++. > > Is there a way how to get libstdc++6 on FreeBSD-6.2 STABLE? -- Dan Nelson dnelson@allantgroup.com