C: Compiling GNU Projects on Windows

Posted by Shiftbit on Stack Overflow See other posts from Stack Overflow or by Shiftbit
Published on 2010-03-26T21:29:21Z Indexed on 2010/03/26 21:33 UTC
Read the original article Hit count: 328

Filed under:
|
|
|

I would like to port a few applications that I use on Linux to Windows. In particular I have been working on wdiff. A program that compares the differences word by word of two files.

Currently I have been able to successfully compile the program on windows through Cygwin. However, I would like to run the program natively on Windows similar to the Project: UnixUtils.

How would I go about porting unix utilities on a windows environment?

My possible guess it to manually create the ./configure file so that I can create a proper makefile. Am I on the right track? Has anyone had experience porting GNU software to windows?

© Stack Overflow or respective owner

Related posts about c

    Related posts about Windows