Re: repeatedly opening the same .so(s) is slow?

2006-03-21 Thread Peter Jeremy
On Mon, 2006-Mar-20 19:51:13 +0100, [EMAIL PROTECTED] wrote: >DragonFly. Check whether it is using libtool's dlopen wrapper, How do I do this? There's no obvious code wrapping dlopen() in libtool and nothing in the configure output suggesting that a wrapper is being used - or are you referring to

Re: repeatedly opening the same .so(s) is slow?

2006-03-21 Thread joerg
On Tue, Mar 21, 2006 at 07:04:30PM +1100, Peter Jeremy wrote: > I don't know about hard-coded search paths but configure does report: > checking whether deplibs are loaded by dlopen... unknown > > Do you have a fix? Set libltdl_cv_sys_dlopen_deplibs=yes in the environment before running configure

Re: repeatedly opening the same .so(s) is slow?

2006-03-21 Thread Peter Jeremy
On Tue, 2006-Mar-21 14:31:24 +0100, [EMAIL PROTECTED] 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

Re: repeatedly opening the same .so(s) is slow?

2006-03-21 Thread joerg
On Wed, Mar 22, 2006 at 05:07:29AM +1100, Peter Jeremy wrote: > On Tue, 2006-Mar-21 14:31:24 +0100, [EMAIL PROTECTED] 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 i

Re: repeatedly opening the same .so(s) is slow?

2006-03-21 Thread Eric Schuele
Peter Jeremy wrote: On Tue, 2006-Mar-21 14:31:24 +0100, [EMAIL PROTECTED] 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

Re: repeatedly opening the same .so(s) is slow?

2006-03-21 Thread Eric Schuele
Eric Schuele wrote: Peter Jeremy wrote: On Tue, 2006-Mar-21 14:31:24 +0100, [EMAIL PROTECTED] 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 libl

Installation from USB pen

2006-03-21 Thread Dario Freni
Hi everybody, attached a tiny script to convert a FreeBSD install iso image to a binary ufs image ready to be flashed e.g. on an USB pendrive. The size of the ufs image is calculated from the iso one. The usage for the script is quite simple: ./fbsd-install-iso2img.sh iso-path img-path Once you'

Re: DRM kernel module for unichrome ?

2006-03-21 Thread Michael Nottebrock
On Tuesday, 21. March 2006 01:40, bruno schwander wrote: > Hi everybody, > > I am trying to get DRI to work on a VIA C3 motherboard. > Background: running mplayer freezes X. (just X, I can ssh and reboot the > box) > Running mplayer -vo x11 (instead of the default that uses Xv extension) > works,