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 mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
