Compiling a C program on Linux and running it under Windows
I have a compiled C program file -- say, simple.o -- the object file created on compilation from Red Hat Linux. Now I want this object file to be executed under Windows.
What's the way out for this? Is there any software that interoperates between these two?
Using your Web browser, download from www.cygwin.com and install the GCC compiler. Now you can compile your C program just like under Linux and run it on Windows inside the Cygwin toolkit.
Dig Deeper on Linux servers
Have a question for an expert?
Please add a title for your question
Get answers from a TechTarget expert on whatever's puzzling you.
Meet all of our Data Center experts
View all Data Center questions and answers
Start the conversation
0 comments