Message101302
| 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 |
|