[wxPython] wxPython 2.2.5 on irix build

Hi,

I decided to try the painful task of upgrading to wxGTK 2.2.6/wxPython
2.2.5 from 2.2.2 today. Everything built and installed fine but when
I try to run it I get the following error:

Traceback (innermost last):
  File "run.py", line 22, in ?
    from wxPython.wx import *
  File "/usr/freeware/lib/python1.5/site-packages/wxPython/wx.py",
line 40, in ?
    from filesys import *
  File
"/usr/freeware/lib/python1.5/site-packages/wxPython/filesys.py", line
4, in ?
    from utils import *
  File "/usr/freeware/lib/python1.5/site-packages/wxPython/utils.py",
line 2, in ?
    import utilsc
ImportError: 182982:python: rld: Fatal Error: unresolvable symbol in
/usr/freeware/lib/python1.5/site-packages/wxPython/utilsc.so:
__vtbl__21wxwxStringPtrListNode

Other info:
irix 6.5
gtk 1.2.8
wxGTK 2.2.6 (works, I can compile and run cpp demos)
python 1.5.2

I've already fixed the problem mentioned in the readme where you have
to update the python makefile to the correct linker command line.
I've also looked in my 2.2.2 build to check the link command lines
from last time ( I saved them for just such an occasion =) and they
don't seem to be substantially different. Has anything else changed?
Anyone have any ideas?

Thanks for any help I can get =),
Mike