wxWidgets / wxWidgets

Cross-Platform C++ GUI Library
https://www.wxwidgets.org/
5.75k stars 1.69k forks source link

ld cannot load wxGTK.so version 2.2.2 when compiled in RH7.0 #19436

Closed wxtrac closed 2 years ago

wxtrac commented 23 years ago

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.

wxtrac commented 23 years ago

2000-11-25 23:40:23: @vadz commented


This bug has been fixed in the current version of wxWindows, please upgrade to it and reopen the bug report if the bug doesn't disappear. Thank you.

wxtrac commented 23 years ago

2000-12-16 13:37:01: roebling (Robert Roebling) commented


Fixd in 2.2.3