From owner-freebsd-questions@FreeBSD.ORG Sun Mar 18 22:46:00 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 7700916A401 for ; Sun, 18 Mar 2007 22:46:00 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 661CE13C4B9 for ; Sun, 18 Mar 2007 22:46:00 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 4178A1A4D8B; Sun, 18 Mar 2007 15:46:00 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 32101513AC; Sun, 18 Mar 2007 18:45:59 -0400 (EDT) Date: Sun, 18 Mar 2007 18:45:58 -0400 From: Kris Kennaway To: Milan Knizek Message-ID: <20070318224558.GA32332@xor.obsecurity.org> References: <200703181940.15580.knizek@volny.cz> <20070318193928.GE64778@dan.emsphone.com> <200703182116.44249.knizek@volny.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200703182116.44249.knizek@volny.cz> User-Agent: Mutt/1.4.2.2i Cc: Dan Nelson , 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 22:46:00 -0000 On Sun, Mar 18, 2007 at 09:16:44PM +0100, Milan Knizek wrote: > On Sunday 18 March 2007 20:39, Dan Nelson wrote: > > 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. > > You are right, I mixed that with another requirement (..for 300Mpx and more, > enblend requires libtiff-devel with large file support and libstdc++6...) > > > > > 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 googled a bit and found that gcc-4.1 has this version of library (it is part > of the ports, so I may try to link with it). You still seem to be confused, or at least not explaining your problem in a way that makes sense. Kris