From owner-freebsd-hackers@FreeBSD.ORG Tue Mar 21 20:05:30 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 7A54F16A401 for ; Tue, 21 Mar 2006 20:05:30 +0000 (UTC) (envelope-from e.schuele@computer.org) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [204.127.192.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18CA043D45 for ; Tue, 21 Mar 2006 20:05:29 +0000 (GMT) (envelope-from e.schuele@computer.org) Received: from [208.206.151.59] (host59.gtisd.com[208.206.151.59]) by comcast.net (rwcrmhc12) with ESMTP id <20060321200529m1200ivp2de>; Tue, 21 Mar 2006 20:05:29 +0000 Message-ID: <44205C88.2050107@computer.org> Date: Tue, 21 Mar 2006 14:05:28 -0600 From: Eric Schuele User-Agent: Thunderbird 1.5 (X11/20060228) MIME-Version: 1.0 To: Peter Jeremy References: <441EDD35.3080105@computer.org> <20060320185113.GA8370@britannica.bec.de> <20060321080430.GD691@turion.vk2pj.dyndns.org> <20060321133124.GC1058@britannica.bec.de> <20060321180728.GF691@turion.vk2pj.dyndns.org> In-Reply-To: <20060321180728.GF691@turion.vk2pj.dyndns.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 20:05:30 -0000 Peter Jeremy wrote: > On Tue, 2006-Mar-21 14:31:24 +0100, joerg@britannica.bec.de wrote: >> Set libltdl_cv_sys_dlopen_deplibs=yes in the environment before running >> configure and try again. And yes, this is *exactly* the same >> idiosyncraty as KDE. > > This is needed for both guile and libltdl. After replacing libltdl > and libguile-ltdl, So would I need to uninstall guile, libguile-ltdl, and libltdl... and then set the environment variable... then 'make configure' and 'make install' guile? Thanks for all the help. > gnucash startup has dropped from 15 minutes to 10 > seconds. Thanks for the pointer. The correct fix would be to patch > the configure script so it recognizes FreeBSD. I'll file a PR this > evening (if no-one has fixed it by then). > -- Regards, Eric