Problem running wxPython 2.4.2.4

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?

Sorry for the delayed repy. After re-subscribing, I am still not
receiving any messages from this list.

Anyway, yes, I did uncomment the SunOS code in setup.py and tried linking to libstdc++ as well. I downloaded a fresh copy and tried again just in case something got mixed up - same result with missing libgcc_s.o.

···

-----------------------------------------------------------------------------
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:

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?

Sorry for the delayed repy. After re-subscribing, I am still not
receiving any messages from this list.

Anyway, yes, I did uncomment the SunOS code in setup.py and tried linking to libstdc++ as well. I downloaded a fresh copy and tried again just in case something got mixed up - same result with missing libgcc_s.o.

Sorry, I'm at a loss then. Have any other Solaris users seen this?

···

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