Problem running wxPython 2.4.2.4

Apparently my email is getting through, I'm just not receiving any messages from the list or list manager for some reason.

Anyway, after building wxPython on Solaris 5.8, GTK 1.2.10, Python 2.3, gcc 3.2.2, I keep getting an unresolvable symbol gxx_personality_v0 whether I compile with gcc or g++.

When compiled with gcc 3.3, the problem is a libgcc_s.so library not being found.

···

-----------------------------------------------------------------------------
Mark Leisher
Computing Research Lab It is useless to attempt to reason
New Mexico State University a man out of what he was never
Box 30001, Dept. 3CRL reasoned into.
Las Cruces, NM 88003 -- Jonathan Swift

Mark Leisher wrote:

Apparently my email is getting through, I'm just not receiving any messages from the list or list manager for some reason.

Anyway, after building wxPython on Solaris 5.8, GTK 1.2.10, Python 2.3, gcc 3.2.2, I keep getting an unresolvable symbol gxx_personality_v0 whether I compile with gcc or g++.

When compiled with gcc 3.3, the problem is a libgcc_s.so library not being found.

Did you uncomment the "SunOS" code in setup.py so that it will explicitly link with libgcc?

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!