[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

RE: Hyphenation module PyHyphen-0.3 released

Ryan Ginstrom

2/24/2008 3:32:00 AM

> 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