At 10:33 PM 7/11/2002 +0200, Thomas Guettler wrote: >Do you use the mingw version from cygwin?
It might work with gcc -mno-cygwin from cygwin (this uses the mingw/msvcrt runtime) but I strongly recommend you to install the current mingw distribution from http://www.mingw.org (hdd space is cheap those days) and modify you bash PATH accordingly. Works flawlessly for me. When using libtool(-ize) from cygwin, you should keep in mind that there are currently two versions of autotools in the distribution. One is the stable release (/usr/autotool/stable) and the other, the development tree (/usr/autotool/devel). PyGtk requires autoconf 2.52, which means that you'll have to use the development version, BUT the corresponding libtool snapshot (1.4e) does not generate mingw DLLs properly (at least the last time I checked). The autotools combination that currently works is autoconf : 2.52 automake : 1.6 libtool : 1.4.2 >Sorry if this is off-topic. Cedric, where is the best place to discuss >things like this? For libtool-related problems, I guess the best places are the cygwin and mingw mailinglists Cedric _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
