> On Behalf Of Max Erickson > the easy way to do this might be to find(in your mingw /lib > directory) and copy or rename libmsvcr71.a and libmsvcr71d.a > into libmsvcrt.a and libmsvcrtd.a (backing up the originals > if desired). If the MingW you have installed doesn't provide > the appropriate runtime, you would have to track that down.
Here's another way. Go to /MinGW/lib/gcc/mingw32/3.4.2/spec, and modify the libgcc directive as follows: *libgcc: %{mthreads:-lmingwthrd} -lmingw32 -lgcc -lmoldname -lmingwex -lmsvcr71 Regards, Ryan Ginstrom -- http://mail.python.org/mailman/listinfo/python-list