 
            
            
            
            
                11 Jul
                
                    2007
                
            
            
                11 Jul
                
                '07
                
            
            
            
        
    
                11:41 p.m.
            
        Stephan Diederich said: (by the date of Wed, 11 Jul 2007 21:52:32 +0200)
First, the executable needs to be linked with "-rdynamic". With that flag
I confirm that. To write my own plugin loading library on linux I had to use -rdynamic flag almost everywhere (for plugins too!).
Second, the call to dlopen a library should be passed RTLD_GLOBAL. With that
However i don't need to do anything with regard to RTLD_GLOBAL -- Janek Kozicki |