Ticket #71 (closed defect)

Opened 8 years ago

Last modified 8 years ago

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

Changed 8 years ago by vadz

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.

Changed 8 years ago by roebling

Fixd in 2.2.3

Note: See TracTickets for help on using tickets.