Has anyone managed to build a working, dynamic loadable pygtk module
on AIX/RS6000 ? 

The make process completes, but doesn't seem to leave an .so file. 

I tried using the ($pythonlib)/config/ld_so_aix tool: 

/usr/local/lib/python1.5/config//ld_so_aix gcc -L/usr/local/lib \
 -lglib  -lgtk -lgdk -lgthread gtkmodule.o -o _gtkmodule.so


and I get a warning about duplicate symbols .memcpy & memcpy. 
importing _gtk from Python gives me a core dump. 


---|  Steven D. Majewski   (804-982-0831)  <[EMAIL PROTECTED]>  |---
---|  Department of Molecular Physiology and Biological Physics  |---
---|  University of Virginia             Health Sciences Center  |---
---|  P.O. Box 10011            Charlottesville, VA  22906-0011  |---
                "All operating systems want to be unix, 
                 All programming languages want to be lisp." 


_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to