This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cmcqueen1975
Recipients Daniel26, cmcqueen1975, ebrehault, hagen, janssen, jwp, keldonin, kermode, tarek
Date 2010-03-19.03:02:26
SpamBayes Score 7.8424884e-05
Marked as misclassified No
Message-id <1268967748.46.0.496987130726.issue2698@psf.upfronthosting.co.za>
In-reply-to
Content
And, I should add, doing nearly the same thing, except with Python 2.6.4, works fine. Same machine, same console window, same path:

    \python26\python.exe setup.py build --compiler=mingw32 --verbose

running build
running build_py
running build_ext
building 'cobs._cobsext' extension
c:\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall -IC:\Python26\include -IC:\Pytho
n26\PC -c src/_cobsext2.c -o build\temp.win32-2.6\Release\src\_cobsext2.o
writing build\temp.win32-2.6\Release\src\_cobsext.def
c:\MinGW\bin\gcc.exe -mno-cygwin -shared -s build\temp.win32-2.6\Release\src\_co
bsext2.o build\temp.win32-2.6\Release\src\_cobsext.def -LC:\Python26\libs -LC:\P
ython26\PCbuild -lpython26 -lmsvcr90 -o build\lib.win32-2.6\cobs\_cobsext.pyd
History
Date User Action Args
2010-03-19 03:02:28cmcqueen1975setrecipients: + cmcqueen1975, janssen, kermode, tarek, hagen, jwp, keldonin, ebrehault, Daniel26
2010-03-19 03:02:28cmcqueen1975setmessageid: <1268967748.46.0.496987130726.issue2698@psf.upfronthosting.co.za>
2010-03-19 03:02:26cmcqueen1975linkissue2698 messages
2010-03-19 03:02:26cmcqueen1975create