[Bug c++/34294] Strange transmission of symbols between dynamically opened libs

2008-01-25 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-01-25 22:50 --- Nothing to be done without a testcase. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/34294] Strange transmission of symbols between dynamically opened libs

2007-11-29 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-11-29 18:08 --- Testcase? It might be because you are using global bindings for the shared libraries. Note this really cannot be a GCC bug as GCC does not do dynamic loading. MSDEV, IBM XLC, have you tried GCC on Windows or AIX

[Bug c++/34294] Strange transmission of symbols between dynamically opened libs

2007-11-29 Thread dvt at isoft dot fr
--- Comment #2 from dvt at isoft dot fr 2007-11-29 18:16 --- (In reply to comment #1) Testcase? It might be because you are using global bindings for the shared libraries. Note this really cannot be a GCC bug as GCC does not do dynamic loading. MSDEV, IBM XLC, have you tried GCC on