Re: Problem with elf and dynamic loading ...

2001-01-12 Thread Andreas Jaeger
> Damien TOURAINE writes: > Hi ! > I'm using dynamic library to load some part of a big software (that > use several differents modules). > The main program fully use the symboles of the shared object (through > the dlsym command), however, the functions available in the module are >

Problem with elf and dynamic loading ...

2001-01-12 Thread Damien TOURAINE
Hi ! I'm using dynamic library to load some part of a big software (that use several differents modules). The main program fully use the symboles of the shared object (through the dlsym command), however, the functions available in the module are not able to use the symbols of the main

Problem with elf and dynamic loading ...

2001-01-12 Thread Damien TOURAINE
Hi ! I'm using dynamic library to load some part of a big software (that use several differents modules). The main program fully use the symboles of the shared object (through the dlsym command), however, the functions available in the module are not able to use the symbols of the main

Re: Problem with elf and dynamic loading ...

2001-01-12 Thread Andreas Jaeger
Damien TOURAINE writes: Hi ! I'm using dynamic library to load some part of a big software (that use several differents modules). The main program fully use the symboles of the shared object (through the dlsym command), however, the functions available in the module are not able to