I'm trying to compile python bindings for Kyoto Cabinet with Mingw32 for Windows7. I have several dirs in my library path: C:/MinGW/lib folder and a folder with kiotocabinet.lib; MinGW finds its own libs successfully but if fails with three standard:

-lc -lrt -lm

It deals ok with -lpthread, with -lstdc++ and -lz (I installed libz for that).

How can I fix this?

link|improve this question

79% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.