I faced with the error (when ld performs loading the shared library compiled from the sources) when loading the demo program of wxPython:
symbol ..._wxNumberEntryDialog not found.
The library has been compiled from wxGTK-2.2.2-0.src.rpm under RH7.0 (upgraded). Compilation was Ok.
The I started to avoid the problem. It is possible to remove wxNumberEntryDialog from the library with emulation return 0L of function GetNumberFromUser (module numdlgg.cpp). The problem disappeared.
Issue migrated from trac ticket # 71
component: wxGTK | priority: normal
2000-10-31 14:08:04: anonymous created the issue
Hi!
I faced with the error (when ld performs loading the shared library compiled from the sources) when loading the demo program of wxPython:
symbol ..._wxNumberEntryDialog not found.
The library has been compiled from wxGTK-2.2.2-0.src.rpm under RH7.0 (upgraded). Compilation was Ok.
The I started to avoid the problem. It is possible to remove wxNumberEntryDialog from the library with emulation return 0L of function GetNumberFromUser (module numdlgg.cpp). The problem disappeared.
This may be bug of gcc/ld ... not wxGTK.