[issue7629] Compiling with mingw32 gcc, content of variable extra_postargs invalid

2010-01-03 Thread Markus
New submission from Markus hardcoreve...@gmx.de: I tried to build pylzma with python setup.py build -cmingw32 and got the following message. C:\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall -DWIN32=1 -DCOMPRESS_MF_MT=1 -DWITH_COMPAT=1 -IC:\work\dev\Python26\include -I.

[issue7629] Compiling with mingw32 gcc, content of variable extra_postargs invalid

2010-01-03 Thread Markus
Markus hardcoreve...@gmx.de added the comment: Sorry, my fault. /MT was given in setup.py of pylzma. I didn't search properly. Please close. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7629

[issue7629] Compiling with mingw32 gcc, content of variable extra_postargs invalid

2010-01-03 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- resolution: - invalid status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7629 ___