Re: [pygtk] Install pyGtk on Solaris 10

2009-05-13 Thread Roberto Cavada
David Miller wrote: configure:20521: gcc -o conftest -g -O2 -mt -I/usr/include/gtk-2.0 [...] cc1: error: invalid option `t' I guess that option -mt is interpreted as: -m -t (as -m does not take any argument). Is 'gcc' *gnu* gcc, or what else? r.

[pygtk] Install pyGtk on Solaris 10

2009-05-12 Thread David Miller
Newbie here... I want to install pyGtk on Solaris 10 but am running into issues my system has: python version 2.4.4 at /usr/bin/python glib 2.4.1 gtk+ 2.4.9 I pulled down pygtk 2.4.1 to install, after running configure I get the following: --- checking for GLIB - version