Compiling linux library for mingw32

Posted by TheFuzz on Stack Overflow See other posts from Stack Overflow or by TheFuzz
Published on 2010-12-22T02:30:55Z Indexed on 2010/12/22 2:54 UTC
Read the original article Hit count: 225

Filed under:
|
|
|
|

I have been using a socket library for C++. Some other info: 32 bit Linux, Codelite and GCC toolset. I want to be able to compile my program for Windows using the windows edition of Codelite. The socket library I have been using doesn’t have a mingw32 build of the library, but it’s open source. So how can I make a mingw32 build of the socket library so I can make a windows build using the source provided?

© Stack Overflow or respective owner

Related posts about c++

Related posts about library