Re: Provide a means to activate dynamically the debug traces

2009-03-14 Thread Akim Demaille
Hi all, Le 19 janv. 09 à 10:38, Akim Demaille a écrit : Le 14 janv. 09 à 11:16, Akim Demaille a écrit : Le 10 janv. 09 à 22:25, Ralf Wildenhues a écrit : So what do you recommend to store persistent information? A function that returns some static variable (sort of a singleton)? Or

Re: Provide a means to activate dynamically the debug traces

2009-01-19 Thread Akim Demaille
Le 14 janv. 09 à 11:16, Akim Demaille a écrit : Le 10 janv. 09 à 22:25, Ralf Wildenhues a écrit : So what do you recommend to store persistent information? A function that returns some static variable (sort of a singleton)? Or an additional argument everywhere (gee...). Maybe I can do

Re: Provide a means to activate dynamically the debug traces

2009-01-14 Thread Akim Demaille
Le 10 janv. 09 à 22:25, Ralf Wildenhues a écrit : So what do you recommend to store persistent information? A function that returns some static variable (sort of a singleton)? Or an additional argument everywhere (gee...). Maybe I can do it using advices to hand over the verbosity flags,

Re: Provide a means to activate dynamically the debug traces

2009-01-10 Thread Ralf Wildenhues
* Akim Demaille wrote on Fri, Jan 09, 2009 at 08:56:20PM CET: Le 9 janv. 09 à 19:40, Ralf Wildenhues a écrit : You can instead use libtool --mode=execute -dlopen module.la $program $args Are you saying that the behavior is expected? Why? Why not actually using the *.la in ltdl to be

Re: Provide a means to activate dynamically the debug traces

2009-01-09 Thread Ralf Wildenhues
Hi Akim, * Akim Demaille wrote on Fri, Jan 09, 2009 at 04:37:32PM CET: when I dlopen a module.la which has a dependency.la library, I expected ltdl to automatically find dependency.la which is not installed. Yet it does not seem to use the module.la's deplibs to dlopen them, it delegates

Re: Provide a means to activate dynamically the debug traces

2009-01-09 Thread Akim Demaille
Le 9 janv. 09 à 19:40, Ralf Wildenhues a écrit : Hi Akim, Hi Ralf, * Akim Demaille wrote on Fri, Jan 09, 2009 at 04:37:32PM CET: when I dlopen a module.la which has a dependency.la library, I expected ltdl to automatically find dependency.la which is not installed. Yet it does not