Build complete, now I just need to "install" it...

axl andreas.axelsson at gmail.com
Sun Mar 30 11:58:30 EDT 2008


On 30 Mar, 17:40, "Ryan Ginstrom" <softw... at ginstrom.com> wrote:
> Another option is to compile your extensions with gcc, and specify that it
> link to MSVCR71.dll as the C runtime.
>
> For MinGW, it's sufficient to edit the specs (e.g. in
> C:\MinGW\lib\gcc\mingw32\3.4.2) like so:
> *libgcc:
> %{mthreads:-lmingwthrd} -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcr71

True, I was hoping to avoid MinGW, since I've been using MSVC for ages
and I know it well. Yet another package on the disk, etc... But as
this seems like the simplest solution for now I'll try that.

Cheers!
/axl



More information about the Python-list mailing list