From owner-freebsd-hackers@FreeBSD.ORG Tue Mar 21 07:31:29 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29E4816A423 for ; Tue, 21 Mar 2006 07:31:29 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail20.syd.optusnet.com.au (mail20.syd.optusnet.com.au [211.29.132.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6106443D49 for ; Tue, 21 Mar 2006 07:31:28 +0000 (GMT) (envelope-from peterjeremy@optushome.com.au) Received: from turion.vk2pj.dyndns.org (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail20.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id k2L7VNSR002546 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 21 Mar 2006 18:31:24 +1100 Received: from turion.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by turion.vk2pj.dyndns.org (8.13.4/8.13.4) with ESMTP id k2L7VNCE001100; Tue, 21 Mar 2006 18:31:23 +1100 (EST) (envelope-from peter@turion.vk2pj.dyndns.org) Received: (from peter@localhost) by turion.vk2pj.dyndns.org (8.13.4/8.13.4/Submit) id k2L7VN9A001099; Tue, 21 Mar 2006 18:31:23 +1100 (EST) (envelope-from peter) Date: Tue, 21 Mar 2006 18:31:23 +1100 From: Peter Jeremy To: Eric Schuele Message-ID: <20060321073123.GC691@turion.vk2pj.dyndns.org> References: <441EDD35.3080105@computer.org> <20060320182415.GD747@turion.vk2pj.dyndns.org> <441EFD34.6010709@computer.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <441EFD34.6010709@computer.org> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.11 Cc: freebsd-hackers@freebsd.org Subject: Re: repeatedly opening the same .so(s) is slow? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Mar 2006 07:31:29 -0000 On Mon, 2006-Mar-20 13:06:28 -0600, Eric Schuele wrote: >FWIW... I have removed my symlink to libguile-ltdl.so and recreated it >to point at libltdl.so.1. So that guile is using my stock libltdl.so. >I get the same results. And gnucash seems to run fine. My reading of the code says that this will be missing the scheme-specific ltdl hooks so loading a shared library from guile should fail. >>being executed during the gnucash startup. It would be interesting to >>get a truss of gnuash starting on another OS (unfortunately, I don't >>have access to any Linux systems) and/or some other guile applications. > >hmm... I have a Gentoo system somewhere. It was just an experiment. No >idea what shape its in. But maybe I can try installing gnucash on it. I had a try at building gnucash on a Solaris system today but ran into portability problems - Guppi includes gcc extensions (I was using Forte), one of the bits of gnome didn't include gettext correctly (so it wouldn't link) and something (I don't remember what) assumes that glade is installed but doesn't check for it in the configure stage. -- Peter Jeremy