Ticket #71 (closed defect)
ld cannot load wxGTK.so version 2.2.2 when compiled in RH7.0
| Reported by: | anonymous | Owned by: | roebling |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxGTK | Version: | |
| Keywords: | Cc: | roebling, vadz | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
